We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85120af commit 6ee3b81Copy full SHA for 6ee3b81
infrastructure/instance/redis_sync_lambda.tf
@@ -262,6 +262,10 @@ resource "aws_s3_bucket_notification" "config_lambda_notification" {
262
lambda_function_arn = aws_lambda_function.redis_sync_lambda.arn
263
events = ["s3:ObjectCreated:*"]
264
}
265
+
266
+ depends_on = [
267
+ aws_lambda_function.redis_sync_lambda
268
+ ]
269
270
271
# Permission for the new S3 bucket to invoke the Lambda function
0 commit comments