Inject SSM Parameters as environment variables into your build step.
Add the following to your pipeline.yml:
steps:
- command: echo "Param One equals \$PARAMETER_ONE"
plugins:
- zacharymctague/aws-ssm#v1.0.0:
parameters:
PARAMETER_ONE: /my/parameter
PARAMETER_TWO: /my/other/parameter- Specify a list of
key: valuepairs to inject as environment variables
To run the tests:
docker-compose run --rm tests- Fork the repo
- Make the changes
- Run the tests
- Commit and push your changes
- Send a pull request