lambda-webhook
hendrixroa/lambda-webhook/aws
Lambda module connected with API Gateway and deployment automated.
Lambda Webhook Lambda module with API Gateway integration for deploy custom webhooks very cheaper (Almost free) Ready to use with Lambda node.js module or whatever you prefer. - Terraform: 0.12.+ How to use ``hcl module "your_awesome_webhook" { source = "hendrixroa/lambda-webhook/aws" api_description = "Your awesome description" name_webhook = "nameWebhook" name_resource = "nameResource" dns_record = "nameWebhook" domain = "nameWebhook.domain.com" domain_cert_arn = "certificate arn" zone_domain = "Zone domain id" lambda_invoke_arn = module.lambda.invoke_arn lambda_arn = module.lambda.lambda_arn account_id = data.aws_caller_identity.current.account_id function_name = module.lambda.function_name } ``
| Name | Type | Description | Default |
|---|---|---|---|
| dns_record | string | DNS Record of domain | required |
| api_description | string | Description of API Method | required |
| domain_cert_arn | string | Certificate of domain | required |
| zone_domain | string | Zone domain id | required |
| account_id | string | Account id | required |
| function_name | string | Function name of lambda | required |
| name_resource | string | Name of resource path | required |
| name_webhook | string | Name of webhook | required |
| domain | string | Domain name | required |
| lambda_invoke_arn | string | Lambda funtion arn | required |
| lambda_arn | string | Function lambda arn | required |
| region | string | Region | "us-east-2" |
rest_api_idTerraform module for building and deploying Next.js apps to AWS. Supports SSR (L
Terraform module for provisioning an EKS cluster
Terraform module to generate well-formed JSON documents (container definitions)
Terraform module that provision an S3 bucket to store the terraform.tfstate file