Skip to content

Commit

Permalink
Merge branch 'main' into feature/s3-lambda-events-notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangarav authored Jul 2, 2024
2 parents 40d8d3c + 61c28dd commit f39ae7a
Show file tree
Hide file tree
Showing 11 changed files with 378 additions and 57 deletions.

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

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

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

Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,20 @@
"Principal": "apigateway.amazonaws.com"
}
},
"MyLambdaInvokeZQDUzUWqDuiGYFrGB6ik9uIPJSgF8GSLIg6NTO8jHPIBE1EB3A4": {
"Type": "AWS::Lambda::Permission",
"Properties": {
"Action": "lambda:InvokeFunction",
"FunctionName": {
"Fn::GetAtt": [
"MyLambdaCCE802FB",
"Arn"
]
},
"Principal": "*",
"PrincipalOrgID": "o-xxxxxxxxxx2"
}
},
"MyRoleF48FFE04": {
"Type": "AWS::IAM::Role",
"Properties": {
Expand Down Expand Up @@ -148,6 +162,52 @@
"Arn"
]
}
},
{
"Action": "lambda:InvokeFunction",
"Effect": "Allow",
"Resource": [
{
"Fn::GetAtt": [
"MyLambdaCCE802FB",
"Arn"
]
},
{
"Fn::Join": [
"",
[
{
"Fn::GetAtt": [
"MyLambdaCCE802FB",
"Arn"
]
},
":",
{
"Fn::GetAtt": [
"v192FF9954",
"Version"
]
}
]
]
},
{
"Fn::Join": [
"",
[
{
"Fn::GetAtt": [
"MyLambdaCCE802FB",
"Arn"
]
},
":$LATEST"
]
]
}
]
}
],
"Version": "2012-10-17"
Expand All @@ -159,6 +219,14 @@
}
]
}
},
"v192FF9954": {
"Type": "AWS::Lambda::Version",
"Properties": {
"FunctionName": {
"Ref": "MyLambdaCCE802FB"
}
}
}
},
"Parameters": {
Expand Down

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

Loading

0 comments on commit f39ae7a

Please sign in to comment.