-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
aws_stepfunctions_tasks : Generates wrong action in role policy #27573
Comments
We probably should improve here But for now, I believe you should specify this instead.
|
Unfortunately this doesn't works. There is an error on deployment stage
|
…on in role policy (#27623) This PR fixes the bug that a wrong action in role policy is generated when `cloudwatchlogs` service is specified. A correct action is `logs:xxx`, but current behavior is to `cloudwatchlogs:xxx` by using the `service` property. Closes #27573. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
…on in role policy (#27623) This PR fixes the bug that a wrong action in role policy is generated when `cloudwatchlogs` service is specified. A correct action is `logs:xxx`, but current behavior is to `cloudwatchlogs:xxx` by using the `service` property. Closes #27573. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the bug
Following code is properly creates a step in the Step Function
However, it creates wrong statement in the role action
Expected Behavior
action should be
logs:CreateLogStream
Current Behavior
Action is cloudwatchlogs:createLogStream
Reproduction Steps
Create a step function with provided code.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
v2.101.1
Framework Version
No response
Node.js Version
v18.16.0
OS
MacOS
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: