Difference between revisions of "AWS SDK"
From FXCH Wiki
| (One intermediate revision by the same user not shown) | |||
| Line 10: | Line 10: | ||
* Ruby | * Ruby | ||
In the case of Secrets Manager, it permits to '''retrieve API Keys (secrets) automatically and programmatically''' directly in your application. | 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.