- Export basic Error type
- Crates rename to be company agnostic
- Tokio 1.0 support (https://github.com/netlify/aws-lambda-rust-runtime/pull/8)
- HTTP deserialization fixed for Invoke requests (https://github.com/netlify/aws-lambda-rust-runtime/pull/12)
- Fix types to work with the AWS Runtime Emulator
- Initial Fork
- Publish new crates with
netlify_
prefix:netlify_lambda
,netlify_lambda_http
,netlify_lambda_attributes
- Provide enum types for different HTTP requests
- Fix logging
- Fix types to work with the Invoke API