@cjdev/aws-cdk-cjdev
v1.0.2
Published
A collection of opinionated aws constructs, which define our commonly used infrastructure patterns
Downloads
3
Readme
CJ Engineering CDK Construct Library (TypeScript)
import {ProxyApi} from "@cjdev/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"
);