Skip to content

Commit 90dfe4e

Browse files
committed
Update lambda module
1 parent 0f9bb71 commit 90dfe4e

File tree

2 files changed

+1
-83
lines changed

2 files changed

+1
-83
lines changed

terraform/.terraform.lock.hcl

Lines changed: 0 additions & 82 deletions
This file was deleted.

terraform/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ data "aws_iam_policy_document" "this" {
7474

7575
module "this" {
7676
source = "terraform-aws-modules/lambda/aws"
77-
version = "3.1.0"
77+
version = "4.16.0"
7878

7979
function_name = "${local.name_prefix}dynamodbStreamEvents"
8080
description = "Send DynamoDB Stream Records to EventBridge"

0 commit comments

Comments
 (0)