-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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(appsync): L2 construct for EventBridge DataSource. #25369
Conversation
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.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request
. Additionally, if clarification is needed add Clarification Request
to a comment.
Looks really good to me, hoping to have this soon! |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
a2d08a6
to
7d37b51
Compare
Thanks so much @postsa for taking this on and having this close my issue/PR! Would love to give you a shoutout on Twitter/LinkedIn if you want to drop it here. Also next time I'm in Denver, 🍺 on me! |
ada7b42
to
3d7637a
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.
API is looking good to me. Some minor docs requests.
@@ -232,6 +232,83 @@ httpDs.createResolver('MutationCallStepFunctionResolver', { | |||
}); | |||
``` | |||
|
|||
### EventBridge | |||
|
|||
GraphQL schema file `schema.graphql`: |
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.
Not being familiar with the event bridge integration, based on the mapping templates/schema, it looks like most of these types are just raw inputs/outputs from event bridge. Can we explain that in the docs a little bit?
@@ -232,6 +232,83 @@ httpDs.createResolver('MutationCallStepFunctionResolver', { | |||
}); | |||
``` | |||
|
|||
### EventBridge |
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.
Can we add 1 or 2 sentences saying when using event bridge + appsync is beneficial. A general use case etc?
We are probably missing these for other integrations but still a good thing to add.
3d7637a
to
a69871b
Compare
Pull request has been modified.
@MrArnoldPalmer I took a crack at those README updates. Thanks for the suggestions. |
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.
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). |
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). |
Adds an L2 EventBridge data source to AppSync.
Closes #24809.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license