terraform-aws-lambda
terraform-aws-lambda copied to clipboard
A Terraform module to create AWS Lambda ressources.
## what AWS Lambda service [supports](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax) up to five different filters for a single event source. This module allowed only one so far which will be fixed with this PR....
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
We use this module for lambdas triggered from event bridge events. We'd like to be able to set the retry policy on it. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_event_target#retry_policy
address [126](https://github.com/moritzzimmer/terraform-aws-lambda/issues/126) This PR just uses the existing patterns to send down retry configuration for cloudwatch event targets if specified.
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.21.0 to 0.24.0. Release notes Sourced from aquasecurity/trivy-action's releases. v0.24.0 What's Changed Upgrade trivy to v0.53.0 by @Dr-DevOps in aquasecurity/trivy-action#369 Full Changelog: https://github.com/aquasecurity/trivy-action/compare/0.23.0...0.24.0 v0.23.0 What's Changed Upgrade...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.5. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.5 What's Changed Prevent Git Config Alteration on Git Update by @dduzgun-security in hashicorp/go-getter#497 New Contributors @dduzgun-security made...
## what Added [dual-stack support](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function#vpc_config) for IPv6 enabled VPCs also added support for: * replace_security_groups_on_destroy * replacement_security_group_ids
Hi there! 👋 I’m a master’s student researching **cost considerations in cloud infrastructure**. As part of this project, we ran a static analysis tool (linter) on your repository to identify...