Skip to content

Latest commit

 

History

History

serverless-cdk-plugin

@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 project. See its documentation for more insights.

Installation

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

or if using yarn

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

or if using npm

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

Check out the docs for more info.