Skip to main content

aws

dotnet new templates for AWS Lambda and Raspberry Pi
·134 words·1 min
dotnet aws
After reading the following articles: How to create your own templates for dotnet new Custom Project Templates Using dotnet new 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:
Deploy your ASP.NET Core Web API to AWS Lambda
·832 words·4 mins
dotnet aspnetcore aws serverless
Today I’ll show you how to Deploy your ASP.NET Core Web API to AWS Lambda. First be aware of the following prerequisites: You’ll need an AWS account: https://aws.amazon.com/ You’ll need AWS CLI installed: http://docs.aws.amazon.com/cli/latest/userguide/installing.html You’ll need your AWS security credentials Some basic knowledge on AWS Stacks, API Gateway, Lambda and Buckets Now let’s start: Create a folder for your new project # Open a command promt an run