JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q58246F
  • License GPL-3.0-or-later

A collection of opinionated aws constructs, which define our commonly used infrastructure patterns

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)

Stability npm (scoped) GitHub


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"
);