Documentation
Infrastructure [PRO]

Infrastructure [PRO]

The monorepo also contains an AWS CDK (opens in a new tab) app.

The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation.

So if you ever need to write a lambda function or create an S3 bucket, you can do it within the app.

It is generated with cdk init into apps/infra.

Refer to the AWS CDK docs (opens in a new tab) to learn more.

Currently, the app is not used anywhere, so if you don't need it, you can safely delete it. In the future, the app will be used to host some of the features.