AWS CDK does not deploy updated Lambda Layers
The project is being developed along with "aws-cdk": "2.79.1"
and typescript
. The root directory is connect-backend
. There is a directory connect-backend/assets/lambda-layers/nodejs
. Currently I am installing npm packages inside this directory for the purpose of using them as lambda-layers. But deploy them to pipeline using Docker.