1.1.0 • Published 3 months ago

nlb-alb-lambda-cdk_pattern v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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 js
  • npm run watch watch for changes and compile
  • npm run test perform the jest unit tests
  • npx cdk deploy deploy this stack to your default AWS account/region
  • npx cdk diff compare deployed stack with current state
  • npx 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