Skip to main content
  1. Blog/

dotnet new templates for AWS Lambda and Raspberry Pi

·134 words·1 min·
dotnet aws
Carlos Mendible
Author
Carlos Mendible
Table of Contents

After reading the following articles:

and having a twitter conversation with Sayed-Ibrahim-Hashimi I decided it was a nice idea to create some templates based on the code of some of my posts.

So here are the results:

Create a an ASP.NET Core Web API project ready for AWS lambda
#


Create an ASP.NET Core Web project for RaspberryPi
#


You can clone the code for the templates here.

Hope it helps!