@jmwindsor/aws-cdk-cjdev
v0.7.1
Published
A collection of opinionated aws constructs, which define our commonly used infrastructure patterns
Downloads
10
Readme
CJ Engineering CDK Construct Library (TypeScript)
import {ProxyApi} from "@jmwindsor/aws-cdk-cjdev";
import {App, Stack} from "@aws-cdk/core";
const app = new App();
const stack = new Stack(app,'StackName');
new ProxyApi(bas, "RestProxyApi",
"<path-to>/<proxy lambda function code>.zip",
"../build/authorization-lambda.zip"
);