Libraries, samples and tools to help .NET Core developers develop AWS Lambda functions.
Apache License 2.0
1.58k
stars
477
forks
source link
fix: Use the ILambdaSerializer to serialize the response body when returning an IHttpResult and generate documentation comments for public members #1748
chore: Generate documentation comments for public memebers and add the \<auto-generated/> hint to the generated files so that they are automatically skipped by the analyzers.
fix: Use the ILambdaSerializer to serialize the response body when returning an IHttpResult
BREAKING CHANGE: Removed the JsonContext property in the HttpResultSerializationOptions class and replaced it with an ILambdaSerializer
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available:
Description of changes:
ILambdaSerializer
to serialize the response body when returning anIHttpResult
JsonContext
property in theHttpResultSerializationOptions
class and replaced it with anILambdaSerializer
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.