Package Exports
- @jmwindsor/aws-cdk-cjdev
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jmwindsor/aws-cdk-cjdev) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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"
);