Search posts, tags, users, and pages
David Pallmann
Geek in Texas
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...
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.
Thanks for the heads up, Nick - fixed.
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.