Skip to content

Commit

Permalink
remove unnecessary actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed Apr 26, 2024
1 parent 721cb64 commit e83892e
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions state_machines/email_form_fill/state_machine.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,6 @@
},
"Parallel": {
"Branches": [
{
"StartAt": "Store Email Medata",
"States": {
"Store Email Medata": {
"Comment": "Stores the input in the specified bucket/key",
"End": true,
"Parameters": {
"Body.$": "$",
"Bucket.$": "$.execution_metadata.bucket",
"Key.$": "States.Format('rfp/{}/email', $.execution_metadata.email_id)"
},
"Resource": "arn:aws:states:::aws-sdk:s3:putObject",
"Type": "Task"
}
}
},
{
"StartAt": "Create copy of the RFP Form doc",
"States": {
Expand All @@ -51,21 +35,6 @@
}
}
},
{
"StartAt": "Create copy of the RFP prompts and answers JSON",
"States": {
"Create copy of the RFP prompts and answers JSON": {
"End": true,
"Parameters": {
"Bucket.$": "$.execution_metadata.bucket",
"CopySource.$": "States.Format('{}/rfp/standard/rfp_prompts.json', $.execution_metadata.bucket)",
"Key.$": "States.Format('rfp/{}/rfp_prompts.json', $.execution_metadata.email_id)"
},
"Resource": "arn:aws:states:::aws-sdk:s3:copyObject",
"Type": "Task"
}
}
},
{
"StartAt": "Download email attachments",
"States": {
Expand Down

0 comments on commit e83892e

Please sign in to comment.