File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $ cdklocal --version
22
22
(Note: Depending on your local setup, you may or may not have to use the global ` npm ` installation flag ` -g ` above.)
23
23
24
24
### Mac OS specific ` MODULE_NOT_FOUND ` issue
25
- On Mac OS, brew can be used to install AWS CDK, which might result in a ` MODULE_NOT_FOUND ` error from ` cdklocal ` .
25
+ On Mac OS, brew can be used to install AWS CDK, which might result in a ` MODULE_NOT_FOUND ` error from ` cdklocal ` .
26
26
To resolve this, set the ` NODE_PATH ` variable pointing to your AWS CDK's ` node_module ` folder to expand the lookup path for modules.
27
27
``` bash
28
28
$ export NODE_PATH=$NODE_PATH :/opt/homebrew/Cellar/aws-cdk/< CDK_VERSION> /libexec/lib/node_modules
@@ -77,6 +77,7 @@ $ awslocal sns list-topics
77
77
78
78
## Change Log
79
79
80
+ * 2.19.1: Fix SDK compatibility with older CDK versions; Fix patched bucket location in TemplateURL
80
81
* 2.19.0: Add support for aws-cdk versions >= ` 2.167.0 `
81
82
* 2.18.1: Throw better exception if ` aws-cdk ` not found
82
83
* 2.18.0: Add support for AWS_ENDPOINT_URL, USE_SSL, and BUCKET_MARKER_LOCAL configurations
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-cdk-local" ,
3
3
"description" : " CDK Toolkit for use with LocalStack" ,
4
- "version" : " 2.19.0 " ,
4
+ "version" : " 2.19.1 " ,
5
5
"bin" : {
6
6
"cdklocal" : " bin/cdklocal"
7
7
},
You can’t perform that action at this time.
0 commit comments