Releases: yarbsemaj/sveltekit-adapter-lambda
Releases · yarbsemaj/sveltekit-adapter-lambda
v0.9.2
Added windows build support (thanks to @nboehret)
v0.9.1
Update the frameworkVersion to 3
v0.9.0
Update for latest sveltekit version (1.0.0-next.348)
v0.8.0
- Moved to Lambda URL Invocation (as opposed to API gateway). This new feature will remove API Gateway from your stack (thus reducing cost).
- In order to support this in the serverless.yml I have rebased the serverless version on to 3.x.x
v0.7.0
- Move to using HTTP API gateway, cutting that services cost by around 70%
v0.6.0
Updated to support the latest svelte kit release (1.0.0-next.301)
v0.5.1
Move to using node-fetch for shims
v0.5.0
This release fixes incompatibilities with the latest versions of svelte kit
v0.4.2
Allow sites without pre rendered pages