Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.35 KB

serverless-cdk.md

File metadata and controls

20 lines (13 loc) · 1.35 KB

AWS Cloud Development Kit (AWS CDK) (Preview)


CDK integration with the AWS SAM CLI is currently in public preview. During public preview, CDK integration with the AWS SAM CLI may be subject to backwards incompatible changes.

You can use the AWS SAM CLI to locally test and build serverless applications defined using the AWS Cloud Development Kit (AWS CDK). Because the AWS SAM CLI works within the AWS CDK project structure, you can still use the AWS CDK Toolkit for creating, modifying, and deploying your AWS CDK applications.

For information about installing and configuring the AWS CDK, see Getting started with the AWS CDK in the AWS Cloud Development Kit (AWS CDK) Developer Guide.

Note
The AWS SAM CLI only supports Lambda functions created with the standard Lambda construct. For information about the standard Lambda construct, see @aws-cdk/aws-lambda module.

Topics