-
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(events): add target to make AWS API calls #3720
Conversation
Add a `AwsApi` rule target to make AWS API calls. Comparable to the `AwsCustomResource` in terms of API and IAM permissions. Closes aws#2538
Pull Request Checklist
|
See integ test for usage examples. |
Codebuild (Continuous Integration) build failed for current commits. Please check log and resolve before PR is merged. |
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 great. Update README
Codebuild (Continuous Integration) build failed for current commits. Please check log and resolve before PR is merged. |
Codebuild (Continuous Integration) build failed for current commits. Please check log and resolve before PR is merged. |
Add a
AwsApi
rule target to make AWS API calls.Comparable to the
AwsCustomResource
in terms of API and IAM permissions.Closes #2538
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license