Release v0.4.0
Major updates
- Support async init for long initialization lambda functions
- Add more examples: Rust Axum (Zip) and Next.js (both Zip and Docker)
- Refactor main logic into a library
- Publish the library to crates.io
What's Changed
- Update examples to version 0.3.3 by @bnusunny in #52
- support async init for long initialization lambda functions by @bnusunny in #53
- Add Rust Axum Example by @bnusunny in #56
- add next.js example by @bnusunny in #59
- fix github build issue by @bnusunny in #60
- Fix build command by @bnusunny in #61
- fix Adapter Layer Version Permission by @bnusunny in #62
- remove python3.6 from compatible runtimes for x86 layer by @bnusunny in #63
- Bump next from 12.2.3 to 12.2.4 in /examples/nextjs/app by @dependabot in #65
- Add Next.js Zip example by @julianbonilla in #66
- Extract logic into a library. by @calavera in #68
- Update lambda_http by @calavera in #69
- add metadata for crates.io by @bnusunny in #70
- Add Related projects in README.md by @bnusunny in #71
- fix readiness check function by @bnusunny in #72
- Fix casing in README by @mnapoli in #73
- Remove blocking calls by @calavera in #74
- configure log level with RUST_LOG environment variable by @bnusunny in #75
- release v0.4.0 by @bnusunny in #76
New Contributors
- @dependabot made their first contribution in #65
- @julianbonilla made their first contribution in #66
- @mnapoli made their first contribution in #73
Full Changelog: v0.3.3...v0.4.0