aws-cloudformation / aws-cloudformation-resource-providers-stepfunctions

The CloudFormation Resource Provider Package For AWS Step Functions
https://aws.amazon.com/step-functions/
Apache License 2.0
6 stars 4 forks source link

Update permissions #21

Closed jormello closed 3 years ago

jormello commented 3 years ago

Issue #, if available:

Description of changes: Reverts the change updating DeleteHandler behaviour to return success if resource does not exist, as this breaks contract test for delete->delete. Verified that contract tests now pass.

Also updates permission list for DeleteHandler to reflect calling of DescribeStateMachine. We are looking into whether these permissions are currently captured in any public documentation, and if not, how they can be.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.