Skip to content

Commit 5289179

Browse files
committed
chore(cdk): bumb version of cdk for app stack dependency issue fix
1 parent 3c7fec4 commit 5289179

File tree

6 files changed

+22
-10
lines changed

6 files changed

+22
-10
lines changed

iac/cdk/.projen/deps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iac/cdk/.projenrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const project = new awscdk.AwsCdkTypeScriptApp({
44
defaultReleaseBranch: 'main',
55
name: 'cdk',
66

7-
deps: ['[email protected].1'], /* Runtime dependencies of this module. */
7+
deps: ['[email protected].2'], /* Runtime dependencies of this module. */
88
// description: undefined, /* The description is just a string that helps people understand the purpose of the package. */
99
// devDeps: [], /* Build dependencies for this module. */
1010
// packageName: undefined, /* The "name" in package.json. */

iac/cdk/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
# replace this
1+
# Using `cdk-django`
2+
3+
This directory provides an example of how to use the Infrastructure as Code library called [`cdk-django`](https://github.com/briancaffey/cdk-django). `cdk-django` was designed together with `django-step-by-step` to provide a complete of example of how to build infrastructure for running Django projects.
4+
5+
## Updating `cdk-django` version
6+
7+
- Update the version of `cdk-django` in `.projenrc.js` to the latest version.
8+
9+
- run `cd iac/cdk && npx projen`
10+
11+
- commit and push changes
12+
13+
- Run the `[IaC] CDK GitHub Action`

iac/cdk/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iac/cdk/yarn.lock

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

vuepress-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "index.js",
66
"license": "MIT",
77
"scripts": {
8-
"docs:dev": "vuepress dev docs",
9-
"docs:build": "vuepress build docs"
8+
"docs:dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
9+
"docs:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs"
1010
},
1111
"devDependencies": {
1212
"@vuepress/plugin-pwa": "^2.0.0-beta.23",

0 commit comments

Comments
 (0)