Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/shared_resources/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resource "aws_s3_bucket_notification" "bucket_notification" {
lambda_function {
lambda_function_arn = aws_lambda_function.thumbnail_generating_func.arn
events = ["s3:ObjectCreated:Put"]
filter_prefix = "chat/images/"
filter_prefix = "chat/files/"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}

depends_on = [
Expand Down
Loading