- Update lambda_runtime 0.7.2
- Update lambda_runtime 0.5.1
- Remove "warp03" feature flag. Use "hyper" instead of it.
- Actix-Web 4.0.0
- Support axum web framework
- Support API gateway REST API
- Replace lamedh_runtime with lambda_runtime 0.4.0
- Update Actix-Web to 4.0.0-beta.8
- Update Actix-Web to 4.0.0-beta.7
- Support transparent Brotli compression
- Fix bug in rawPath handling.
Since API Gateway decodes percent encoding of rawPath, path containing %20 did not work correctly. - Remove unused struct fields
- Add Rocket support
- Add examples
- Add Warp support
- Initial version, run Actix Web on AWS Lambda