Constructs

Import from @devkit-io/constructs to add a construct to your app.

Use the constructs to can add any feature to your app. Like a frontend, database, API, cron job, etc.

About

A Construct is a TypeScript or JavaScript class, and each class corresponds to a feature of your app.

Devkit's constructs are built on top of AWS CDK. They are designed to address specific use cases and applications and have sensible defaults that make it easier to use AWS.

However, you can configure these defaults. You can even use CDK constructs in your Dev-kit app.

Was this page helpful?