cdk-docker-image-deployment icon indicating copy to clipboard operation
cdk-docker-image-deployment copied to clipboard

remove NodeJsFunction constructs from library

Open kaizencc opened this issue 3 years ago • 1 comments

If we ever want to move this library into aws-cdk-lib, we cannot depend on experimental constructs. We will have to figure out a different way to bundle assets and refactor the two custom resource lambdas that currently utilize NodeJsFunction.

kaizencc avatar Aug 29 '22 19:08 kaizencc

Unless I'm missing something, NodeJsFunction is no longer experimental; it carries the Stable banner now.

https://github.com/aws/aws-cdk/tree/e9b07a7b32f4b6798f07a4e8012bfc5b435c4f49/packages/%40aws-cdk/aws-lambda-nodejs

SamStephens avatar Oct 13 '22 23:10 SamStephens