Hello, CDK!
This episode: AWS Cloud Development Kit and Infrastructure-as-Code. In this Hello, Cloud blog series, we're covering the basics of AWS cloud services for newcomers who are .NET developers. If you love C# but are new to AWS, or to this particular serv...
davidpallmann.hashnode.dev15 min read
Nick Willan
Thank you for this guide. It was very helpful.
One small note. The 'namespace" in your DateFunction - Function.cs file should be "namespace DateFunction;", instead of "namespace ServerlessDate;", otherwise the lambda function cannot find the class.