AWS SDK

From FXCH Wiki

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.