Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Feb 10, 2025
1 parent ba88b96 commit d7b34d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

### Pending Release

### v6.8.2 - 2025-02-09

- :bug: Allow creation of Lambda Event Sources

### v6.8.1 - 2025-02-09

- :bug: Allow removal of Lambda Event Sources
Expand Down
1 change: 1 addition & 0 deletions cloudformation/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ export default {
},{
Effect: 'Allow',
Action: [
'lambda:CreateEventSourceMapping',
'lambda:DeleteEventSourceMapping',
'batch:SubmitJob',
'batch:ListJobs',
Expand Down

0 comments on commit d7b34d6

Please sign in to comment.