Process Flow - Serverless Application Model (SAM)
Write SAM Template
Run sam build
Run sam deploy
AWS CloudFormation Creates Resources
Serverless App is Live
Invoke Functions / Use API Gateway
Monitor and Update
↩Back to Write SAM Template
The flow shows writing a SAM template, building, deploying, AWS creating resources, app running, and monitoring with updates.