Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

ashishdhingra
Copy link
Contributor

Issue #, if available: aws/aws-lambda-dotnet#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.

@ashishdhingra ashishdhingra requested a review from normj October 30, 2024 21:35
@ashishdhingra ashishdhingra changed the title Fixed an issue where primitive valuesin payload for InvokeFunctionCommand were not working. Fixed an issue where primitive values in payload for InvokeFunctionCommand were not working. Oct 31, 2024
@ashishdhingra ashishdhingra force-pushed the user/ashdhin/DelmitedStringAndPrimitivePayload-Issue1197 branch from 1d803c3 to 4f60487 Compare October 31, 2024 16:33
@peterrsongg peterrsongg requested a review from 96malhar October 31, 2024 17:28
@@ -15,7 +15,7 @@
<Copyright>Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.</Copyright>
<Product>AWS Lambda Tools for .NET CLI</Product>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<Version>5.11.0</Version>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you shouldn't be manually updating the version. This will be done part of the release process. Also, please add a change file to the PR https://github.com/aws/aws-extensions-for-dotnet-cli/blob/master/CONTRIBUTING.md#adding-a-change-file-to-your-contribution-branch

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ashishdhingra ashishdhingra force-pushed the user/ashdhin/DelmitedStringAndPrimitivePayload-Issue1197 branch from 4f60487 to 56961f1 Compare November 1, 2024 17:39
@ashishdhingra ashishdhingra merged commit 5c8d1dc into dev Nov 1, 2024
2 checks passed
@ashishdhingra ashishdhingra deleted the user/ashdhin/DelmitedStringAndPrimitivePayload-Issue1197 branch November 1, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants