Skip to content

Commit

Permalink
store in folder
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 20, 2024
1 parent 1e0bbac commit 12fc5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state_machines/email_form_fill/state_machine.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "aws_sfn_state_machine" "sfn_state_machine" {
]
},
"Bucket" : var.workspace_bucket_name,
"Key.$" : "States.Format('{}.email', $.Records[0].ses.mail.messageId)", },
"Key.$" : "States.Format('{}/email', $.Records[0].ses.mail.messageId)", },
"Resource" : "arn:aws:states:::aws-sdk:s3:putObject"
},
"Lambda Invoke" : {
Expand Down

0 comments on commit 12fc5f2

Please sign in to comment.