aws-lambda-dart-runtime
aws-lambda-dart-runtime copied to clipboard
Refactoring
This is a breaking change due to the removal of InvocationResult, as requestId is handled by the Runtime.
Description of changes:
- Allow multiple handlers by fetching correct name from environment
- Enable analysis by correcting analysis_options.yaml file name
- Bump Pedantic
- Fix analyzer errors
- Correct error invocation body
- Removed need for InvocationResult class