Local development
./deploy-template.sh > template-deploy.yaml;sam local start-api --template template-deploy.yaml;rm template-deploy.yaml;
Deployment
./deploy-template.sh > template-deploy.yaml;sam deploy --template template-deploy.yaml;rm template-deploy.yaml;