
sam
List of commands for sam:
-
sam:tldr:221c4 sam: Initialize a serverless application.$ sam inittry on your machineexplain this command
-
sam:tldr:24a33 sam: Initialize a serverless application with a specific runtime.$ sam init --runtime ${python3-7}try on your machineexplain this command
-
sam:tldr:29251 sam: Package a SAM application.$ sam packagetry on your machineexplain this command
-
sam:tldr:55dcf sam: Run your serverless application locally.$ sam local start-apitry on your machineexplain this command
-
sam:tldr:aaa29 sam: Deploy an AWS SAM application.$ sam deploytry on your machineexplain this command
-
sam:tldr:eea73 sam: Build your Lambda function code.$ sam buildtry on your machineexplain this command