Build your application with the sam build --use-container
command.
reset$ sam build --use-container
Run functions locally and invoke them with the sam local invoke
command.
reset$ sam local invoke ResetFunction --env-vars env.json
reset$ sam logs -n ResetFunction --stack-name reset --tail
To build and deploy your application for the first time, run the following in your shell:
sam build --use-container
sam deploy --guided