-
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(custom-resources): support custom lambda role in provider framework #12131
Conversation
Added support to pass a custom role to the provider which the lambda will use. Can be used a.o. to pass a permission boundary. closes aws#12126
You will need to resolve conflicts. |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
This PR has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Ah, I completely missed that this was still open. Will fix the conflicts. |
…ole-support # Conflicts: # packages/@aws-cdk/custom-resources/lib/provider-framework/provider.ts # packages/@aws-cdk/custom-resources/test/provider-framework/provider.test.ts
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
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 master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Added support to pass a custom role to the provider which the lambda will use. Can be used a.o. to pass a permission boundary.
closes #12126
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license