A custom resource for CloudFormation that enhances integration with AWS Systems Manager Parameter Store
Better README coming "soon".
- Create new stack with cloud-formation/cloud-formation.yml
- Update Lambda function with python/index.py
- Try it with the example template at cloud-formation/example.yml
CloudStoremation:
Type: "Custom::CloudStoremation"
Version: "1.0"
Properties:
ServiceToken: !Ref "CloudStormationKey"
ParameterPathsAsList: # key, list for each member for each item in path
- ...
- ...
ParameterPaths: # key, value for each member for each item in path
- ...
- ...
Parameters: # key, value for each member
- ...
ParameterRando: !Ref "ParameterRandoKey" # optional but recommended...used to force refresh
#
#
!GetAtt ["CloudStormation", <key>]