- Language:
- Node.js
- 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-regional-lambda
Deploy
sam deploy
Testing
Once the application is deployed, retrieve the API URL provided as output and open it in a browser page.
You can also make the request from Postman or from a terminal using the curl command.
Cleanup
Delete the stack: sam delete.