Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 74e334e

Browse files
committed
CDK upgrade to v2.122.0
1 parent 6e84488 commit 74e334e

File tree

3 files changed

+2224
-6583
lines changed

3 files changed

+2224
-6583
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Service Control Policies Deployment
22

3+
# Archive Notice
4+
5+
This project is being archived as of Jan 2024. The application has been tested using `CDK 2.122.0` and `NodeJS 18`.
6+
7+
---
8+
39
#### Table of Contents
410

511
* [Outcome](#outcome)
@@ -166,7 +172,7 @@ Feature: Verify IAM actions
166172

167173
### Pre-requisites
168174

169-
- Ensure the AWS CLI v2 is configured and AWS_DEFAULT_REGION is set
175+
- Ensure the AWS CLI v2 is configured and `AWS_DEFAULT_REGION` is set
170176
```shell
171177
export AWS_DEFAULT_REGION=$(aws configure get region)
172178
echo $AWS_DEFAULT_REGION
@@ -183,7 +189,7 @@ Feature: Verify IAM actions
183189

184190
- Clone this repository and install dependencies
185191
```shell
186-
npm install -g -f aws-cdk@2.26
192+
npm install -g -f aws-cdk@2.122.0
187193
cd $HOME && mkdir -p environment && cd environment
188194
git clone https://github.com/aws-samples/aws-service-control-policies-deployment
189195
cd $HOME/environment/aws-service-control-policies-deployment

0 commit comments

Comments
 (0)