Skip to content

Commit

Permalink
Use latest release of AwsLambdaRedshiftLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
anero committed Oct 12, 2022
1 parent 53201e5 commit f7b6243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resource "aws_lambda_function" "loader" {
s3_bucket = local.lambda_buckets[var.aws_region]
s3_key = "LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.7.8.zip"
s3_key = "LambdaRedshiftLoader/AWSLambdaRedshiftLoader-2.8.2.zip"
function_name = "controlshift-redshift-loader"
role = aws_iam_role.loader_lambda_role.arn
handler = "index.handler"
Expand Down

0 comments on commit f7b6243

Please sign in to comment.