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.
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 haveSystem.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.