-
-
Notifications
You must be signed in to change notification settings - Fork 55
feat: Adds support for JavaScript AppSync Functions #49
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: Adds support for JavaScript AppSync Functions #49
Conversation
Any feedback on this? |
@antonbabenko for visibility :) |
looking forward to this being released! |
Please verify examples by running them yourself. I just did and got this error:
|
PR has been updated, I've fixed the examples and I've added a
|
Thanks @GiampaoloFalqui ! |
## [1.8.0](v1.7.0...v1.8.0) (2023-04-04) ### Features * Adds support for JavaScript AppSync Functions ([#49](#49)) ([265095a](265095a))
This PR is included in version 1.8.0 🎉 |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Currently the module does not support the newly released JavaScript runtime for AppSync Functions. Recently, the JS runtime was introduced (in this module) for resolvers, but not for functions.
Furthermore, I've added support for
sync_config
configuration.Motivation and Context
Resolves Enable JS functions
Breaking Changes
None.
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request