Add support for serializing fields to Amazon.Lambda.Serialization.SystemTextJson.DefaultLambdaJsonSerializer #696
Labels
closed-for-staleness
feature-request
A feature should be added or improved.
module/lambda-client-lib
third-party
This issue is related to third-party libraries or applications.
Description
I have a very simple Lambda function that returns a simple class. When I use the
Amazon.Lambda.Serialization.Json.JsonSerializer
decorator on my function (Version="1.5.0") I get the expected result. Switching to the newAmazon.Lambda.Serialization.SystemTextJson.DefaultLambdaJsonSerializer
(Version="2.0.1") I get an empty object returned.The same behaviour is exhibited using sam local (using SAM CLI, version 1.0.0rc1).
Attached source: HelloWorld.zip
Reproduction Steps
Logs
No logs
Environment
dotnet
Resolution
HelloWorld.zip
This is a 🐛 bug-report
The text was updated successfully, but these errors were encountered: