- Language:
- Python
- Framework:
- AWS SAM
Download this pattern (.zip)
View this pattern on GitHub
Clone repo
git clone https://github.com/aws-samples/serverless-patterns/cd serverless-patterns/apigw-rest-edge-lambda
Deploy
sam deploy
Testing
Once the application is deployed, click on the API URL provided as output.
You can also make the request from Postman or from a terminal using the curl command.
Cleanup
Delete the stack: aws cloudformation delete-stack --stack-name STACK_NAME.