Skip to content

Commit

Permalink
uploading new lambda version
Browse files Browse the repository at this point in the history
  • Loading branch information
alandavid committed Apr 29, 2022
1 parent a0bde22 commit 8a26961
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ resource "aws_iam_policy" "lambda_cw" {
resource "aws_iam_role_policy_attachment" "lambda_cw" {
role = aws_iam_role.iam_for_lambda.name
policy_arn = aws_iam_policy.lambda_cw.arn
tags = var.tags
}


Binary file modified lambda.zip
Binary file not shown.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ resource "aws_lambda_permission" "default" {
function_name = aws_lambda_function.lambda.function_name
principal = "events.amazonaws.com"
source_arn = aws_cloudwatch_event_rule.alarm_notification.arn
tags = var.tags
}

data "archive_file" "lambda_zip" {
Expand Down

0 comments on commit 8a26961

Please sign in to comment.