Skip to content

Instantly share code, notes, and snippets.

@quinceleaf
quinceleaf / gist:0989e05b3564801dfe737dd7a3581ede
Created October 5, 2020 05:53
Example: creating AWS SSM Parameter via SAM template
Example to demonstrate creating parameters in AWS SSM Parameter Store that reference resources created via the Serverless Application Model
==================================================
LAMBDA FUNCTION hello_world.py:
import json
def lambda_handler(event, context):