Lambda based REST API entirely through code - API Gateway, YAML & Terraform
Serverless Applications with AWS Lambda and API Gateway
sam package --template-file template.yaml --output-template-file deploy.yaml --s3-bucket $SAM_CODE_BUCKET
-
terraform init
-
terraform plan
-
terraform deploy
-
terraform destroy