Skip to content

RealSalmon/cloud-storemation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-storemation

CloudStoremation

A custom resource for CloudFormation that enhances integration with AWS Systems Manager Parameter Store

Better README coming "soon".

Install

  1. Create new stack with cloud-formation/cloud-formation.yml
  2. Update Lambda function with python/index.py
  3. Try it with the example template at cloud-formation/example.yml

Usage

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>]

About

A custom resource for CloudFormation that enhances integration with AWS Systems Manager Parameter Store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published