# Validate the SAM Template
$ make sam-validate
# Invoke function
$ make sam-local-invoke
# Test function in the cloud
$ make sam-cloud-invoke
# Deploy
$ make sam-deploy
Debugging Locally
First, you should spin up the database using this repository.
Then you should provide docker_network=compose_default using SAM CLI argument.