Skip to content

Commit

Permalink
Merge branch 'grant_invoke_v2' of github.com:roger-zhangg/aws-cdk int…
Browse files Browse the repository at this point in the history
…o grant_invoke_v2
  • Loading branch information
roger-zhangg committed Apr 16, 2024
2 parents a2ca2f2 + 287ccc5 commit 1052cf1
Show file tree
Hide file tree
Showing 374 changed files with 71,071 additions and 109,120 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/request-cli-integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
persist-credentials: false
- name: Find changed cli files
id: changed-cli-files
uses: tj-actions/changed-files@2d756ea4c53f7f6b397767d8723b3a10a9f35bf2
uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8
with:
base_sha: ${{ github.event.pull_request.base.sha }}
files_yaml: |
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,6 @@ read*lock
# VSCode jest plugin
.test-output

# Nx cache
.nx/

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"jsii-pacmak": "1.97.0",
"jsii-reflect": "1.97.0",
"jsii-rosetta": "~5.4.0",
"lerna": "^7.4.2",
"nx": "^16.10.0",
"lerna": "^8.1.2",
"nx": "^18.2.4",
"patch-package": "^6.5.1",
"semver": "^7.6.0",
"standard-version": "^9.5.0",
Expand Down Expand Up @@ -178,4 +178,4 @@
"dependencies": {
"string-width": "^4.2.3"
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,12 @@
"Namespace": "AWS/EC2",
"Period": 300,
"Statistic": "Average",
"Tags": [
{
"Key": "Name",
"Value": "autoscaling-step-scaling/ASG"
}
],
"Threshold": 10
}
},
Expand Down Expand Up @@ -641,6 +647,12 @@
"Namespace": "AWS/EC2",
"Period": 300,
"Statistic": "Average",
"Tags": [
{
"Key": "Name",
"Value": "autoscaling-step-scaling/ASG"
}
],
"Threshold": 50
}
},
Expand Down Expand Up @@ -685,6 +697,12 @@
"Namespace": "AWS/EC2",
"Period": 300,
"Statistic": "Average",
"Tags": [
{
"Key": "Name",
"Value": "autoscaling-step-scaling/ASG"
}
],
"Threshold": 100
}
},
Expand Down Expand Up @@ -734,6 +752,12 @@
"Namespace": "AWS/EC2",
"Period": 300,
"Statistic": "Average",
"Tags": [
{
"Key": "Name",
"Value": "autoscaling-step-scaling/ASG"
}
],
"Threshold": 300
}
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1052cf1

Please sign in to comment.