Skip to content

Commit

Permalink
fix(stepfunctions-tasks): cloudwatchlogs service generates wrong acti…
Browse files Browse the repository at this point in the history
…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*
  • Loading branch information
go-to-k committed Oct 24, 2023
1 parent 2316877 commit de7fb04
Show file tree
Hide file tree
Showing 12 changed files with 34,970 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de7fb04

Please sign in to comment.