DEV Community

Cover image for Let's Build an AWS Lambda in C#!
instantiator
instantiator

Posted on

Let's Build an AWS Lambda in C#!

At first glance, Amazon Web Services (AWS) can seem impenetrably complex, but it’s not so bad once you’ve found your way around it…

A Lambda is a lightweight, short-lived, event-triggered process that can run reliably whenever it is needed. AWS Lambdas are perfect for small tasks.

I've put together a short tutorial, to surface some of the concepts you'll need, and walk you through the process of building your first Lambda in AWS.

For this tutorial, we’ll build something a little more ambitious than the traditional “Hello world!” application, and through that I hope to demistify it a bit.

Read the full tutorial at: instantiator.dev

Top comments (0)