Skip to content

DiddyApp/diddy-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diddy-backend

This is the backend for the Diddy mobile app. It contains the infrastructure as code, using the AWS .NET CDK, as well as the code for all the lambda functions.

Workflow Status
CI CI Pipeline
CD CD Pipeline

Structure

The ./src folder contains a VS solution called Diddy.sln. The solution holds the projects for both the infrastructure and the lambda functions themselves.

Inside the ./src/infrastructure folder, you can find the CDK project that deploys all the resources - lambda functions, database tables, APIs, etc. Inside the ./src/lambdas folder, you can find multiple C# projects for each set of lambdas (e.g. Authentication or Goals).

About

The backend for the Diddy application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages