aws / aws-extensions-for-dotnet-cli

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
Apache License 2.0
374 stars 87 forks source link

Fixed an issue where primitive values in payload for InvokeFunctionCommand were not working. #340

Closed ashishdhingra closed 4 weeks ago

ashishdhingra commented 1 month ago

Issue #, if available: https://github.com/aws/aws-lambda-dotnet/issues/1197

Description of changes: Fixed an issue where primitive valuesin payload for InvokeFunctionCommand were not working.

We copy .NET Extensions CLI tooling code in AWS Visual Studio Toolkit. VS Toolkit is targeting .NET Framework and hence it would not have System.Text.Json. So we have ported logic implemented in VS Toolkit, in .NET Extensions for CLI.


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