Installation
AWS SAM provides a commandline tool sam
(called the AWS SAM CLI, formerly called SAM Local).
MacOS
Assuming you have homebrew
installed:
You should be able to verify the installation with the --version
flag:
Building
Build artifacts are created within .aws-sam/build/
.
Example
tempate.yaml: