Skip to content

Commit ad545e5

Browse files
ran-isenbergRan Isenberg
and
Ran Isenberg
authored
chore: upgrade cdk to 2.130 for appconfig breaking changes (#806)
Co-authored-by: Ran Isenberg <ran.isenberg@ranthebuilder.cloud>
1 parent 2954d2a commit ad545e5

File tree

5 files changed

+214
-233
lines changed

5 files changed

+214
-233
lines changed

cdk/service/configuration/configuration_construct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from pathlib import Path
22

3-
import aws_cdk.aws_appconfig_alpha as appconfig
43
from aws_cdk import Duration
4+
from aws_cdk import aws_appconfig as appconfig
55
from constructs import Construct
66

77
from cdk.service.configuration.schema import FeatureFlagsConfiguration

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"aws-cdk": "2.129.0"
3+
"aws-cdk": "2.130.0"
44
}
55
}

0 commit comments

Comments
 (0)