THIS PROJECT IS NOW BEING MAINTAINED IN THE LARRY (https://github.com/MonsterMakes/larry) MONOREPO
Update This Add the intent of your package here...
export AWS_REGION='REPLACE_ME' export AWS_ACCESS_KEY_ID='REPLACE_ME' export AWS_SECRET_ACCESS_KEY='REPLACE_ME'
- Add support for storing SSM Parameters in the Parameter store
- Add support for reading SSM Parameters from the Parameter store
- Add support for Parameters with
AllowedPattern
- Currently the AllowedPattern does not come in the response from the getTemplateSummary call
- I added support issue aws/aws-sdk-js#2519 to the git repo, asking for help