This is a template repo used for setting up an AWS Lambda using .Net 5
Fork it, use it as a template for your project's repo. Run the run.cmd script
and run curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d 'hello lambda'
in a shell to see it run!
This was built for a Science Viking Labs blog post about the subject.