dotnet new -i Amazon.Lambda.Templates::*
(for the first time only)dotnet new lambda.AspNetCoreWebAPI --name MyFirstApi --profile default --region ap-northeast-1
cd MyFirstApi/src/MyFirstApi
code .
or Open Code -> Cmd + O -> Cmd + Shift + G -> input your working directory- add launch.json/tasks.json
- add configuration -> .NET Core