Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 315 Bytes

new-project-setup.md

File metadata and controls

8 lines (6 loc) · 315 Bytes

Things to do to set up a new project

These are the things I do when I create a new C# serverless project that would be deployed to AWS

  • Create a serverless project
  • Create an empty solution and add the project to it
  • Create a Github repo
  • Create a Github action to deploy the project to AWS