Description
I wanted to write some custom resources for my CloudFormation templates using .NET core in AWS Lambdas. All the samples are in JS and Python at the moment:
I'm assuming CloudFormation event models are not currently supported by the SDK? I found S3 models and others but no CloudFormation ones.
I've written a version of the request / response model for CloudFormation in Lambdas. Is this something you would be interested in me creating a PR for?
I also have a working version of cfn-response in .NET which feels like it would be super handy to have in the SDK for people to be able to call on their Lambda response calls. The version is based around the documentation at:
Let me know if you are interested in any of the above and I can look at creating a PR for it.