aws-lambda-dart-runtime icon indicating copy to clipboard operation
aws-lambda-dart-runtime copied to clipboard

Refactoring

Open Schwusch opened this issue 5 years ago • 0 comments

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

Schwusch avatar Sep 08 '20 12:09 Schwusch