1.0.0 • Published 10 months ago

cdk-serverless-sockets-v2 v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

CDK Serverless Sockets

CDK construct for generating serverless infrastructure using lambda and API Gateway.

Features

  • Custom socket abstraction layer
  • Scalable data-linked sockets
  • Custom TS compiler

Usage

npm install @popquiz/cdk-serverless-sockets
import ServerlessSockets from "./index";

await ServerlessSockets.build(this, "MyCdkProject", "//path/to/infrastructure.ts");