aws s3 ls
aws s3 cp [file-name] s3://[bucket]/[object-path]
aws cloudformation create-stack --stack-name [app-name] --template-body file://[filename].yaml --capabilities CAPABILITY_NAMED_IAM
aws cloudformation update-stack --stack-name [app-name] --template-body file://[filename].yaml --capabilities CAPABILITY_NAMED_IAM
aws lambda update-function-code --function-name [function-name] --zip-file fileb://[filename].zip