Skip to content

Commit

Permalink
update lambda logging
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Apr 3, 2024
1 parent 56ba144 commit f35048b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ data "aws_iam_policy_document" "lambda_perms" {

statement {
actions = [
"logs:CreateLogGroup",
"logs:CreateLogStream",
]

Expand All @@ -51,7 +50,7 @@ data "aws_iam_policy_document" "lambda_perms" {

module "apigw" {
source = "armorfret/apigw-lambda/aws"
version = "0.9.0"
version = "0.9.1"

source_bucket = var.lambda_bucket
source_version = var.lambda_version
Expand Down

0 comments on commit f35048b

Please sign in to comment.