aws-lambda-dotnet
aws-lambda-dotnet copied to clipboard
Invoke Lambda via Http API inside Lambda Test Tool
This PR addressed to #1343
Changes:
- Added
InvokeApiController.csto support Invoke API spec; - Added support for passing
ClientContextto Lambda context.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Added few integration tests