Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 544 Bytes

File metadata and controls

18 lines (10 loc) · 544 Bytes

terraform-serverless-rest-api-dynamodb

Lambda based REST API entirely through code - API Gateway, YAML & Terraform 5b454bae-5fd4-405d-a37d-6bafc3fcf889

Serverless Applications with AWS Lambda and API Gateway

Compilation

sam package --template-file template.yaml --output-template-file deploy.yaml --s3-bucket $SAM_CODE_BUCKET

  • terraform init

  • terraform plan

  • terraform deploy

  • terraform destroy