AWS Lambda to get and update SSM values

AWS Lambda → Systems Manager Parameter Store

AWS Lambda GET and PUT to Amazon SSM Parameter Store

This Serverless Framework project deploys a Lambda function, and returns values from SSM and also a method to update the value in SSM.

< Back to all patterns

GitHub icon Download this pattern (.zip)

GitHub icon View this pattern on GitHub


Clone repo

git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/lambda-ssm-sls

Deploy

serverless deploy --verbose


Testing

See the GitHub repo for detailed testing instructions.

Cleanup

Delete the stack: serverless remove --verbose.
2. Confirm the stack has been deleted: aws cloudformation list-stacks --query "StackSummaries[?contains(StackName,'STACK_NAME')].StackStatus"

Created by:

Alex Nelson

Senior Solutions Architect, AWS