diff --git a/Cargo.lock b/Cargo.lock index 6601351..b22b91d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "lambda_web_adapter" -version = "0.8.4" +version = "0.9.0" dependencies = [ "aws-credential-types", "aws-sigv4", diff --git a/Cargo.toml b/Cargo.toml index 6049591..d863e69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lambda_web_adapter" -version = "0.8.4" +version = "0.9.0" authors = [ "Harold Sun ", "David Calavera ", diff --git a/README.md b/README.md index c85d279..2121f8e 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ The Lambda Web Adapter also supports all non-HTTP event triggers, such as SQS, S - [FastHTML with Response Streaming in Zip](examples/fasthtml-response-streaming-zip) - [Remix](examples/remix/) - [Remix in Zip](examples/remix-zip/) +- [Sveltekit SSR Zip](examples/sveltekit-ssr-zip/) ## Acknowledgement