# @swarmion/serverless-cdk-plugin

Deploy AWS resources using CDK consctructs with the Serverless framework.
Note: This only works if you use a `serverless.ts` config file.

This package is part of the [Swarmion](https://www.swarmion.dev) project. See its documentation for more insights.

# Installation

```bash
pnpm add --save-dev @swarmion/serverless-cdk-plugin aws-cdk-lib constructs
```

or if using yarn

```bash
yarn add --dev @swarmion/serverless-cdk-plugin aws-cdk-lib constructs
```

or if using npm

```bash
npm install --save-dev @swarmion/serverless-cdk-plugin aws-cdk-lib constructs
```

Check out [the docs](https://www.swarmion.dev/docs/how-to-guides/deploy-cdk-constructs/) for more info.
