serverless / plugins

Serverless Plugins – Extend the Serverless Framework with these community driven plugins –
https://www.serverless.com
982 stars 325 forks source link

add serverless-cdk-plugin to the list #406

Closed Eikix closed 1 year ago

Eikix commented 2 years ago

Proposing to add the @swarmion/serverless-cdk-plugin https://www.npmjs.com/package/@swarmion/serverless-cdk-plugin to the list of serverless plugins.

Create resources using the AWS CDK (SQS, Dynamodb, etc.) and reference them in the Serverless framework configuration's serverless.ts. Serverless then provisions your lambdas AND your other resources!