This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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): |