Skip to content

Commit

Permalink
fix(utils): address issues in printing override warnings (#1113)
Browse files Browse the repository at this point in the history
* Override Changes, update template-writer

* Add jsii-rosetta to package.json

* Add python and java examples

* Update key policy resource testing

* Suppress cfn_nag on test resources

* Remove debug statement

* Replace missing apostrophe
  • Loading branch information
biffgaut authored May 6, 2024
1 parent 8dafd18 commit 1732949
Show file tree
Hide file tree
Showing 87 changed files with 3,785 additions and 2,361 deletions.
1 change: 1 addition & 0 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"fs-extra": "^8.1.0",
"jest": "^27.4.0",
"jsii": "^1.92.0",
"jsii-rosetta": "^1.92.0",
"jsii-pacmak": "^1.92.0",
"tslint": "^5.20.1",
"typescript": "4.7.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class CloudFrontToS3 extends Construct {
}

if (encryptionKey) {
resources.createKeyPolicyUpdaterCustomResource(this, {
resources.createKeyPolicyUpdaterCustomResource(this, id, {
distribution: this.cloudFrontWebDistribution,
encryptionKey
});
Expand Down

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

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

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

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
}
}
},
"7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94": {
"3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc": {
"source": {
"path": "asset.7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94",
"path": "asset.3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc",
"packaging": "zip"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "7382a0addb9f34974a1ea6c6c9b063882af874828f366f5c93b2b7b64db15c94.zip",
"objectKey": "3542be390685e0c8353d92ccb5796d343cd93ca946b6b0de798004206a199adc.zip",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
},
"d9186d28cd49ee716beeff9b26cf42801457ea2f023fb2548e958e6d518f11f2": {
"dc4873c297a66110326bbfedd2e906df9b9ff73790162fd4f09a490c0d6d0acc": {
"source": {
"path": "cfts3-bucket-encrypted-with-cmk-provided-as-existingbucket.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "d9186d28cd49ee716beeff9b26cf42801457ea2f023fb2548e958e6d518f11f2.json",
"objectKey": "dc4873c297a66110326bbfedd2e906df9b9ff73790162fd4f09a490c0d6d0acc.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
Expand Down
Loading

0 comments on commit 1732949

Please sign in to comment.