Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 615 Bytes

Readme.md

File metadata and controls

35 lines (20 loc) · 615 Bytes

.Net core for Lambda

This is a backend .net core project template for targeting aws lambda deployment.

Hosting project (asp .net) is not used since lambda ApiProxyGate can cover api event including various other kinds.

Keywords

  • .Net Core
  • aws Lambda
  • aws SAM (Serverless Application Model)
  • DDD (Domain Driven Design)
  • CQRS (Command Query Responsibility Segregation)

Table of Contents

Architecture

Serverless structure

Deployment, Environment

Basic Events and Event Handling

Business structure

Transation consideration

Testing

Debugging

Database

References