Skip to content

Instantly share code, notes, and snippets.

@DCCoder90
Created January 1, 2019 19:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DCCoder90/ddc573c44a7481229f826995ff44c34b to your computer and use it in GitHub Desktop.
Save DCCoder90/ddc573c44a7481229f826995ff44c34b to your computer and use it in GitHub Desktop.
Working with AWS Secret Manager
var awsCredentials = new BasicAWSCredentials("someaccesskey", "somesecretkey");
var secretManager = new SecretManager(awsCredentials);
secretManager.StoreSecret("somesecretKey","mysecret","Just some test secret I wanted to try");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment