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

Commit

Permalink
CDK upgrade to v2.122.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smuralee committed Jan 19, 2024
1 parent 6e84488 commit 74e334e
Show file tree
Hide file tree
Showing 3 changed files with 2,224 additions and 6,583 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Service Control Policies Deployment

# Archive Notice

This project is being archived as of Jan 2024. The application has been tested using `CDK 2.122.0` and `NodeJS 18`.

---

#### Table of Contents

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

### Pre-requisites

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

- Clone this repository and install dependencies
```shell
npm install -g -f aws-cdk@2.26
npm install -g -f aws-cdk@2.122.0
cd $HOME && mkdir -p environment && cd environment
git clone https://github.com/aws-samples/aws-service-control-policies-deployment
cd $HOME/environment/aws-service-control-policies-deployment
Expand Down
Loading

0 comments on commit 74e334e

Please sign in to comment.