We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great stack, thanks for making it available!
One issue I found was that there were additional permissions required for the delete stack role.
# The following were missing from the example - Sid: IAMPermissions Effect: "Allow" Action: - iam:DeleteRolePolicy - iam:DeleteRole Resource: - !Sub "arn:aws:iam::${AWS::AccountId}:role/${StackName}-DeleteCFNLambda" - !Sub "arn:aws:iam::${AWS::AccountId}:role/${StackName}-DeleteCFNLambdaExecutionRole" - !Sub "arn:aws:iam::${AWS::AccountId}:role/${StackName}-GenerateCronExpLambdaRole" - Sid: LamdaPermissions Effect: "Allow" Action: - lambda:DeleteFunction - lambda:InvokeFunction - lambda:RemovePermission Resource: - !Sub "arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${StackName}-GenerateCronExpLambda" - !Sub "arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${StackName}-DeleteCFNLambda" - Sid: EventsPermissions Effect: "Allow" Action: - events:RemoveTargets - events:DeleteRule Resource: - !Sub "arn:aws:events:${AWS::Region}:${AWS::AccountId}:rule/${StackName}-DeleteStackEventRule"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Great stack, thanks for making it available!
One issue I found was that there were additional permissions required for the delete stack role.
The text was updated successfully, but these errors were encountered: