Difference between revisions of "AWS SDK"
From FXCH Wiki
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
AWS SDK is a collection of software tools for the creation of applications and libraries that use Amazon Web Services (AWS) resources like for example sample code. AWS SDK provides these tools in many different Programmation languages like: | AWS SDK is '''a collection of software tools''' for the creation of applications and libraries that use Amazon Web Services (AWS) resources like for example '''sample code'''. AWS SDK provides these tools in '''many different Programmation languages''' like: | ||
* C++ | * C++ | ||
* Go | * Go | ||
| Line 9: | Line 9: | ||
* Python | * Python | ||
* Ruby | * Ruby | ||
In the case of Secrets Manager, it permits to '''retrieve API Keys (secrets) automatically and programmatically''' directly in your application. | |||
'''Here is the link for [https://docs.aws.amazon.com/code-samples/latest/catalog/welcome.html the sample code catalog of AWS]. | |||
''' | |||
Latest revision as of 10:26, 6 August 2021
AWS SDK is a collection of software tools for the creation of applications and libraries that use Amazon Web Services (AWS) resources like for example sample code. AWS SDK provides these tools in many different Programmation languages like:
- C++
- Go
- Java
- JavaScript
- .NET
- Node.js
- PHP
- Python
- Ruby
In the case of Secrets Manager, it permits to retrieve API Keys (secrets) automatically and programmatically directly in your application.
Here is the link for the sample code catalog of AWS.