@flit/cdk-stripe
v0.1.4
Published
A collection of AWS CDK constructs to manager your Stripe resources programmatically
Readme
This collection of CDK constructs allows you to manage your Stripe resources programmatically, enabling tighter integration with CDK and giving you all the benefits of infrastructure as code together with Stripe large feature set.
The constructs provided by this library work in the same way any native AWS CDK constructs do, and expose all of the parameters that the Stripe API exposes.
Usage
Installation
The package is available on NPM and can be installed using your package manager of choice:
npm i @flit/cdk-stripepnpm add @flit/cdk-stripeyarn add @flit/cdk-stripeSetup
To get started you will have to get your stripe secret key, then go into the AWS Secrets Manager and create a new secret containing the stripe secret key:
All constructs will require this secret to be passed as apiSecret parameter.
Example
You can now use the Stripe constructs as you would any native AWS CDK application.
