aws-lambda-dotnet icon indicating copy to clipboard operation
aws-lambda-dotnet copied to clipboard

Invoke Lambda via Http API inside Lambda Test Tool

Open ggaller opened this issue 3 years ago • 1 comments

This PR addressed to #1343

Changes:

  1. Added InvokeApiController.cs to support Invoke API spec;
  2. Added support for passing ClientContext to Lambda context.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

ggaller avatar Oct 28 '22 12:10 ggaller

Added few integration tests

ggaller avatar Mar 27 '23 19:03 ggaller