yarbsemaj / sveltekit-adapter-lambda

An adapter to build a SvelteKit app into a lambda ready for deployment with lambda proxy via the Serverless Framework or CDK.
https://www.npmjs.com/package/@yarbsemaj/adapter-lambda
MIT License
77 stars 16 forks source link

AWS is deprecating lambda runtime node16 in a few months #39

Closed SonnyFishback closed 6 months ago

SonnyFishback commented 6 months ago

SvelteKit 1 is compatible with Node18 and Node16 will be deprecated as a lambda runtime in a few months. I think it is time to update the runtime.

Here is additional information from the lambda documentation

SonnyFishback commented 6 months ago

Thanks for the quick response! @yarbsemaj Feel free to merge when available.

yarbsemaj commented 6 months ago

@SonnyFishback Thankyou for helping keep this project up to date :)