1.1.0 • Published 9 months ago
nlb-alb-lambda-cdk_pattern v1.1.0
Welcome to your CDK TypeScript project
This is a blank project for CDK development with TypeScript.
The cdk.json file tells the CDK Toolkit how to execute your app.
Useful commands
npm run buildcompile typescript to jsnpm run watchwatch for changes and compilenpm run testperform the jest unit testsnpx cdk deploydeploy this stack to your default AWS account/regionnpx cdk diffcompare deployed stack with current statenpx cdk synthemits the synthesized CloudFormation template
nlb-alb-lambda-cdk_pattern
Overview
The nlb-alb-lambda-cdk_pattern is an AWS CDK L3 construct pattern that creates a high-level abstraction for setting up an AWS environment with a Network Load Balancer (NLB), Application Load Balancer (ALB), and AWS Lambda functions. This package simplifies the setup process and provides a clean interface for deploying complex infrastructure.
Features
- High-level abstraction for deploying an NLB, ALB, and Lambda functions
- Encapsulates AWS CDK L2 constructs for easier management
- Simplifies the deployment of complex infrastructure patterns
Installation
To install the package, run:
npm install nlb-alb-lambda-cdk_pattern