Skip to content

Commit

Permalink
Hook lambda invoker add all types and a CDK sample (#222)
Browse files Browse the repository at this point in the history
* Added EC2 resources

* CDK example for lambda invoker hook

* Add depends on and fix role

* Generate inputs for all types
  • Loading branch information
ericzbeard authored Jun 22, 2023
1 parent 075a193 commit cd4625d
Show file tree
Hide file tree
Showing 1,106 changed files with 210,979 additions and 567 deletions.
9 changes: 3 additions & 6 deletions hooks/Lambda_Invoker/awscommunity-lambda-invoker.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"handlers": {
"preCreate": {
"targetNames": [
"AWS::Lambda::*",
"AWS::S3::*"
"AWS::*::*"
],
"permissions": [
"lambda:InvokeFunction",
Expand All @@ -27,8 +26,7 @@
},
"preUpdate": {
"targetNames": [
"AWS::Lambda::*",
"AWS::S3::*"
"AWS::*::*"
],
"permissions": [
"lambda:InvokeFunction",
Expand All @@ -38,8 +36,7 @@
},
"preDelete": {
"targetNames": [
"AWS::Lambda::*",
"AWS::S3::*"
"AWS::*::*"
],
"permissions": [
"lambda:InvokeFunction",
Expand Down
Loading

0 comments on commit cd4625d

Please sign in to comment.