-
Notifications
You must be signed in to change notification settings - Fork 4k
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
feat(lambda): add grantInvokeCompositePrincipal method #27529
Conversation
89754b1
to
b4b4f18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall 👍
Just some small adjustments to be made in my opinion.
packages/@aws-cdk-testing/framework-integ/test/aws-lambda/test/integ.permissions.ts
Show resolved
Hide resolved
@lpizzinidev Updated per your feedback—thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @msambol , this is great. Thank you for opening this PR with us.
I just have some NITs and please let me know if the integ
tests are dry-run and I can run these for you.
...work-integ/test/aws-lambda/test/integ.permissions.js.snapshot/lambda-permissions.assets.json
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-cloudfront/lib/experimental/edge-function.ts
Outdated
Show resolved
Hide resolved
0ad557f
to
914daa5
Compare
Pull request has been modified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thank you for addressing feedback. Really appreciate your contribution.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Add ability to grant function access to
CompositePrincipal
.Closes #27503.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license