/codedeploy-parameter-store-utility

A utility function that fetches secrets from AWS Parameter Store during an CodeDeploy deployment

Primary LanguagePython

CodeDeploy / Parameter Store integration utility

This repository contains a simple utility function that fetches secrets from Parameter Store and puts them in the specified configuration file. In addition, through a CloudFormation file you can fully spin up a working environment to test it out.

The utility is based on a related blog post by AWS, but generalised to make it useful for different use cases.

My accompanying blog post explains the utility in more detail, while also going into the design decisions of setting up proper secret management: Secret management design decisions: theory plus an example.