Skip to content

Commit

Permalink
fix(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent f74fea0 commit 68603c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/lambda/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data "aws_iam_policy_document" "api_policies" {
}

module "api" {
source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.6.0"
source = "github.com/cds-snc/terraform-modules//lambda?ref=v9.6.2"
name = "${var.product_name}-${var.env}-api"
ecr_arn = var.ecr_arn
image_uri = "${var.ecr_repository_url}:latest"
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.22.2
require (
github.com/aws/aws-lambda-go v1.47.0
github.com/aws/aws-sdk-go-v2/config v1.27.27
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.9
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.3
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.14.10
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.4
github.com/aws/aws-sdk-go-v2/service/kms v1.35.3
github.com/awslabs/aws-lambda-go-api-proxy v0.16.2
github.com/gofiber/fiber/v2 v2.52.5
Expand Down

0 comments on commit 68603c0

Please sign in to comment.