-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(appsync): js resolver support #23551
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
Conversation
aws-cdk-automation
left a comment
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.
07f7057 to
94ca302
Compare
Adds support for resolvers using the APPSYNC_JS runtime. Adds new props for specifying `Code` and `Runtime` on both `Resolver` and `Function` constructs. Adds `Code` class with asset support for local files and inline code. Adds integ test covering basic JS function/resolver usage.
94ca302 to
6578944
Compare
✅ Updated pull request passes all PRLinter validations. Dissmissing previous PRLinter review.
corymhall
left a comment
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.
Just a couple of comments
onlybakam
left a comment
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.
LGTM
|
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). |
|
Thanks for this feature! |
|
AppSync was merged to core in 2.60.0 so no alpha package needed anymore. |
Adds support for resolvers using the APPSYNC_JS runtime. Adds new props
for specifying
CodeandRuntimeon bothResolverandFunctionconstructs. Adds
Codeclass with asset support for local files andinline code.
Adds integ test covering basic JS function/resolver usage.
Fix: #22921