aws-sam-cli

Build, test, and deploy serverless applications using AWS SAM

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM

Commands

sam

Examples

Initialize a new SAM project from a template$ sam init --runtime python3.11
Build a SAM application$ sam build
Deploy a SAM application to AWS$ sam deploy --guided