-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2,579 changed files
with
573,459 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# How to use this script | ||
# | ||
# This script will refresh integration tests for multiple | ||
# Solutions Constructs sequentially and unattended. If you're | ||
# doing a release and have to update many integration tests, this is | ||
# for you. | ||
|
||
# Authenticate the terminal to the account in question | ||
# List all the constructs with API Gateways in constructs below | ||
# Run script | ||
# | ||
|
||
export constructs=" | ||
wafapi-partial-arguments | ||
apiddb-additional-request-templates-custom-resource-name | ||
s3lam-no-arguments | ||
apikin-additional-request-templates | ||
opilam-apiFromAssetWithCognitoAuth | ||
apisqs-additional-request-templates | ||
apiddb-additional-request-templates | ||
apikin-apigateway-kinesis-overwrite | ||
apiiot-overrideParams | ||
apisag-additional-request-templates | ||
apiddb-apigateway-dynamodb-CRUD | ||
apikin-custom-integration-responses | ||
apiddb-apigateway-dynamodb-existing-table | ||
apiddb-custom-integration-responses | ||
apisag-no-overwrite | ||
apilam-existingFunction | ||
apiiot-override-auth-api-keys | ||
" | ||
|
||
for construct in $constructs; do | ||
echo Deleting $construct | ||
aws cloudformation delete-stack --stack-name $construct | ||
sleep 120 | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ lib/*.js | |
test/*.js | ||
*.d.ts | ||
coverage | ||
test/integ.*.js.snapshot/ | ||
test/cdk-integ.out.integ.*.snapshot |
34 changes: 34 additions & 0 deletions
34
...albfar-all-existing-private-http.js.snapshot/albfar-all-existing-private-http.assets.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"version": "36.0.0", | ||
"files": { | ||
"dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e": { | ||
"source": { | ||
"path": "asset.dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e", | ||
"packaging": "zip" | ||
}, | ||
"destinations": { | ||
"current_account-us-east-1": { | ||
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1", | ||
"objectKey": "dd5711540f04e06aa955d7f4862fc04e8cdea464cb590dae91ed2976bb78098e.zip", | ||
"region": "us-east-1", | ||
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-us-east-1" | ||
} | ||
} | ||
}, | ||
"5d0e403a7a7d0148730a3625d61864317ec21bf4018afbe50915f83924682294": { | ||
"source": { | ||
"path": "albfar-all-existing-private-http.template.json", | ||
"packaging": "file" | ||
}, | ||
"destinations": { | ||
"current_account-us-east-1": { | ||
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-us-east-1", | ||
"objectKey": "5d0e403a7a7d0148730a3625d61864317ec21bf4018afbe50915f83924682294.json", | ||
"region": "us-east-1", | ||
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-us-east-1" | ||
} | ||
} | ||
} | ||
}, | ||
"dockerImages": {} | ||
} |
Oops, something went wrong.