Skip to content

Commit

Permalink
store email id
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 19, 2024
1 parent de9986b commit 6e739f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions state_machines/email_form_fill/state_machine.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ resource "aws_sfn_state_machine" "sfn_state_machine" {
"Next" : "Lambda Invoke",
"Parameters" : {
"Body" : {
"sender_email" : "$.ses.mail.source",
"destination_email" : "$.ses.mail.destination",
"sender_email.$" : "$.ses.mail.source",
"destination_email.$" : "$.ses.mail.destination",
"email_id.$" : "$.ses.mail.messageId",
"prompts" : [
{
"key" : "A",
Expand Down

0 comments on commit 6e739f4

Please sign in to comment.