Skip to content

Commit a87ebdb

Browse files
release version 2.19.1
1 parent 38df226 commit a87ebdb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ cdklocal --version
2222
(Note: Depending on your local setup, you may or may not have to use the global `npm` installation flag `-g` above.)
2323

2424
### 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`.
2626
To resolve this, set the `NODE_PATH` variable pointing to your AWS CDK's `node_module` folder to expand the lookup path for modules.
2727
```bash
2828
$ export NODE_PATH=$NODE_PATH:/opt/homebrew/Cellar/aws-cdk/<CDK_VERSION>/libexec/lib/node_modules
@@ -77,6 +77,7 @@ $ awslocal sns list-topics
7777

7878
## Change Log
7979

80+
* 2.19.1: Fix SDK compatibility with older CDK versions; Fix patched bucket location in TemplateURL
8081
* 2.19.0: Add support for aws-cdk versions >= `2.167.0`
8182
* 2.18.1: Throw better exception if `aws-cdk` not found
8283
* 2.18.0: Add support for AWS_ENDPOINT_URL, USE_SSL, and BUCKET_MARKER_LOCAL configurations

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-cdk-local",
33
"description": "CDK Toolkit for use with LocalStack",
4-
"version": "2.19.0",
4+
"version": "2.19.1",
55
"bin": {
66
"cdklocal": "bin/cdklocal"
77
},

0 commit comments

Comments
 (0)