Skip to content

Instantly share code, notes, and snippets.

@awswithdotnet
Last active March 3, 2022 18:15
Show Gist options
  • Save awswithdotnet/6c0e54ff983d4dd953f9c78d9b0bbf0e to your computer and use it in GitHub Desktop.
Save awswithdotnet/6c0e54ff983d4dd953f9c78d9b0bbf0e to your computer and use it in GitHub Desktop.
secretsmanager Api SecretController
public SecretController(IAmazonSecretsManager secretsManager)
{
_secretsManager = secretsManager;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment