aws-samples / cdk-lambda-powertools-python-layer

CDK Construct library to create Lambda layer with Powertools for Python library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: add dependabot to update packages based on CDK release

am29d opened this issue · comments

The current construct version is only compatible with CDK v2 and the CDK version is fixed. The major release version will be 2 based on the convention for CDK construct users: 1.x.x for CDK v1 and 2.x.x for CDK v2. I would like to have a dependabot that triggers a PR each time a new CDK v2 version is released.