-
-
Notifications
You must be signed in to change notification settings - Fork 69
Release v1.0.0 #200
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
base: master
Are you sure you want to change the base?
Release v1.0.0 #200
Conversation
feat: Support serverless-appsync-plugin v2 feat: Added support for Node 20 feat: Rewrite in TypeScript BREAKING CHANGE: Dropped support for serverless-appsync-plugin v1 BREAKING CHANGE: Dropped support for Node < 18 --------- Co-authored-by: Pierre Lezan <pierrelezan@gmail.com>
How can we get another beta release while we wait for this to get merged into master? EDIT: Looks like the commit message didn't meet the semantic release commit requirements to determine a new release was necessary
|
return null; | ||
} | ||
|
||
const lambda = new Lambda({ |
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.
Another thing that I encountered here is that it no longer supports defining mappings for functions that are defined in other cloudformation stacks because this changes things to use the Lambda client rather than the axios http requests. In my fork I had to revert back to the previous code for this so that it could continue to work for that.
After a few month of use without issues (~118 weekly download according to npm), I think the version 1 is ready to be released.
With the support of serverless v3 being dropped at the end of the year, it is more than time to release this version compatible with sls >= 3
Did you have any issue with the beta ? Do you think some changes are needed before the release ?
Looking for your feedback :)