0.1.4 • Published 11 months ago

@flit/cdk-stripe v0.1.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

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-stripe
pnpm add @flit/cdk-stripe
yarn add @flit/cdk-stripe

Setup

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.

0.1.4

11 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago

0.0.15

12 months ago

0.0.14

12 months ago

0.0.13

12 months ago

0.0.12

12 months ago

0.0.11

12 months ago

0.0.10

12 months ago

0.0.9

12 months ago

0.0.8

12 months ago

0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago