1.1.0 • Published 3 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 build
compile typescript to jsnpm run watch
watch for changes and compilenpm run test
perform the jest unit testsnpx cdk deploy
deploy this stack to your default AWS account/regionnpx cdk diff
compare deployed stack with current statenpx cdk synth
emits 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