Lambda-REST-API
HarishKM7/Lambda-REST-API/AWS
Terraform module to deploy a REST API in AWS API Gateway backed by one or more Lambda functions.
AWS REST API + Lambda This Terraform module deploys a REST API to AWS API Gateway. It also deploys one or more Lambda functions that you provide and integrates them with the API. The API invoke URL will be output. The API is regional. All Lambda integrations are proxy integrations. The API is auto-deployed to a stage. No CORS. No request/response modeling/customization. Lambda functions should be pre-built and packaged into ZIPs. Defaults are used for Lambda memory and timeouts. For each Lambda function, the following is created: Permission to allow API Gateway to invoke it. CloudWatch log group and appropriate execution role. Example: Provide inputs to this module as follows: ``lang-hcl api_endpoints = { "/" = { get = "lambda1" } "/pets" = { get = "lambda2" post = "lambda1" } "/pets/{petI
| Name | Type | Description | Default |
|---|---|---|---|
| api_endpoints | any | API to Lambda mappings. (See examples.) | required |
| lambda_functions | any | Lambda functions. (See examples.) | required |
| api_name | string | required | |
| api_stage_name | string | required |
api_invoke_urlTerraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Azure Verified Pattern Module for Azure Landing Zone
Terraform Azure Verified Resource Module for Key Vault
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L