aws-lambda-dotnet
aws-lambda-dotnet copied to clipboard
feat: Create YAML Writer
Issue #, if available: DOTNET-6203
Description of changes:
This PR adds a YamlWriter
which can surgically manipulate a YAML blob.
Similar entities:
I will create a separate PR that binds the YamlWriter
and the JsonWriter
to a single interface (This task is being tracked at DOTNET-6204)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.