Serverless patterns. Learn more at the website: https://serverlessland.com/patterns. - serverless-patterns/s3-eventbridge-terraform at main · ElieGab21/serverless-patterns
In the Management account, the Terraform module implements an IAM role and EventBridge rule attached to the Default event bus. The rule consists of a cross-account event trigger that invokes the Lambda function in your delegated account when a new account is added to your AWS Organizations. When...
This module creates a Lambda function that automatically warms up other Lambda functions based on specified tags. It uses EventBridge Scheduler to trigger the warming process at regular intervals.FeaturesTag-based function selection for warming Configurable warming schedule Customizable tag key/value pairs...
module "lambda_function" { source = "terraform-aws-modules/lambda/aws" # ...omitted for brevity allowed_triggers = { APIGatewayAny = { service = "apigateway" source_arn = "arn:aws:execute-api:eu-west-1:135367859851:aqnku8akd0/*/*/*" }, APIGatewayDevPost = { service = "apigatewa...
enable_event_rule_binaries_syncer Option to disable EventBridge Lambda trigger for the binary syncer, useful to stop automatic updates of binary distribution bool true no enable_fifo_build_queue Enable a FIFO queue to remain the order of events received by the webhook. Suggest to set to true fo...
resource/aws_lambda_function: Add support for java17 runtime value (#31027) resource/aws_lambda_layer_version: Add support for java17 compatible_runtimes value (#31028) resource/aws_launch_template: Add amd_sev_snp argument (#31035) resource/aws_medialive_channel: Added H265 support. (#30...
Using AWS EventBridge, SQS, Lambda, SNS, CloudWatch to setup scheduled asynchronous event driven architecture with Terraform
enable_event_rule_binaries_syncer Option to disable EventBridge Lambda trigger for the binary syncer, useful to stop automatic updates of binary distribution. bool true no enable_fifo_build_queue Enable a FIFO queue to keep the order of events received by the webhook. Recommended for repo level ...
schedule_expression: is used to configure the schedule for the lambda. enabled: enable or disable the lambda trigger via the EventBridge. lambda_memory_size: lambda memery size limit. lambda_timeout: timeout for the lambda in seconds. config: configuration for the lambda function. Token path wi...
enable_event_rule_binaries_syncer Option to disable EventBridge Lambda trigger for the binary syncer, useful to stop automatic updates of binary distribution. bool true no enable_fifo_build_queue Enable a FIFO queue to keep the order of events received by the webhook. Recommended for repo level ...