AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

LambdaApplication

A CodeDeploy Application that deploys to an AWS Lambda function.

Import

import { LambdaApplication } from 'aws-cdk-lib/aws-codedeploy';

Or use the module namespace:

import * as codedeploy from 'aws-cdk-lib/aws-codedeploy';
// codedeploy.LambdaApplication

Properties

Configuration passed to the constructor as LambdaApplicationProps.

applicationNameOptional
string

The physical, human-readable name of the CodeDeploy Application.

Default: an auto-generated name will be used

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter