Skip to content

EthanTPainter/aws-secrets-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aws-secrets-lambda

Lambda to retrieve secrets (SecureString type parameters from System Manager) from AWS as a separate service or through CodePipeline integration for automatic secret retrieval during pipeline runs.

Install

Run pip install. All dependencies are listed in the lambda/requirements.txt.

Build & Deploy

The build and deploy process relies on AWS SAM CLI. At the root level, run sam build and sam deploy -g.

Note: The -g option is for first time template deploys. The samconfig.toml file it generates will designate an S3 bucket for storage. If you wish to specify a different S3, you can simply change this option and use sam deploy for all future deploys

About

Lambda to retrieve secrets from AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages