Skip to content

Commit 58cc6be

Browse files
authored
Remove StartSyncExecution from sfn->sfn (#256)
1 parent 8be6cdc commit 58cc6be

File tree

7 files changed

+7
-11
lines changed

7 files changed

+7
-11
lines changed

samtranslator/model/connector_profiles/profiles.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,8 +648,7 @@
648648
{
649649
"Effect": "Allow",
650650
"Action": [
651-
"states:StartExecution",
652-
"states:StartSyncExecution"
651+
"states:StartExecution"
653652
],
654653
"Resource": [
655654
"%{Destination.Arn}"

tests/translator/output/aws-cn/connector_hardcoded_props.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
},
266266
{
267267
"Effect": "Allow",
268-
"Action": ["states:StartExecution", "states:StartSyncExecution"],
268+
"Action": ["states:StartExecution"],
269269
"Resource": ["some-other-arn"]
270270
},
271271
{

tests/translator/output/aws-cn/connector_sfn_to_sfn.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@
234234
{
235235
"Effect": "Allow",
236236
"Action": [
237-
"states:StartExecution",
238-
"states:StartSyncExecution"
237+
"states:StartExecution"
239238
],
240239
"Resource": [
241240
{

tests/translator/output/aws-us-gov/connector_hardcoded_props.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
},
266266
{
267267
"Effect": "Allow",
268-
"Action": ["states:StartExecution", "states:StartSyncExecution"],
268+
"Action": ["states:StartExecution"],
269269
"Resource": ["some-other-arn"]
270270
},
271271
{

tests/translator/output/aws-us-gov/connector_sfn_to_sfn.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@
234234
{
235235
"Effect": "Allow",
236236
"Action": [
237-
"states:StartExecution",
238-
"states:StartSyncExecution"
237+
"states:StartExecution"
239238
],
240239
"Resource": [
241240
{

tests/translator/output/connector_hardcoded_props.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
},
266266
{
267267
"Effect": "Allow",
268-
"Action": ["states:StartExecution", "states:StartSyncExecution"],
268+
"Action": ["states:StartExecution"],
269269
"Resource": ["some-other-arn"]
270270
},
271271
{

tests/translator/output/connector_sfn_to_sfn.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,7 @@
234234
{
235235
"Effect": "Allow",
236236
"Action": [
237-
"states:StartExecution",
238-
"states:StartSyncExecution"
237+
"states:StartExecution"
239238
],
240239
"Resource": [
241240
{

0 commit comments

Comments
 (0)