Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(custom-resources): add optional logging flag to AwsCustomResourceProps #29596

Closed
wants to merge 44 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
b97ebdf
documentation
colifran Mar 22, 2024
9708d23
Merge branch 'main' into colifran/optional-logging
colifran Mar 22, 2024
72c3c14
placeholder docstring
colifran Mar 22, 2024
5e88d5c
logging flags and snaps
colifran Mar 23, 2024
78ba5d5
cognito snaps
colifran Mar 23, 2024
33ce9e3
cognito snaps
colifran Mar 23, 2024
e3cf466
elastic search snaps
colifran Mar 23, 2024
6966b59
aws event targets snaps
colifran Mar 23, 2024
cdf3162
globalaccelerator snaps
colifran Mar 23, 2024
4f299f9
global accelerator snaps
colifran Mar 24, 2024
f57c6e0
open search snaps
colifran Mar 24, 2024
c15d1a8
aws logs snaps
colifran Mar 24, 2024
aa7d1a9
custom resource snaps
colifran Mar 25, 2024
0122e2d
s3 snaps
colifran Mar 25, 2024
723a7a4
stepfunctions tasks snaps
colifran Mar 25, 2024
79ecb08
route53 snaps
colifran Mar 25, 2024
4704d66
cross account assume role snaps
colifran Mar 25, 2024
39784a1
synthetics snaps
colifran Mar 25, 2024
507a34e
Merge branch 'main' into colifran/optional-logging
colifran Mar 25, 2024
5e6866e
elastic load balancing v2 snaps
colifran Mar 25, 2024
d1839ae
went back to a single disableLogging flag and README update
colifran Mar 25, 2024
99a508b
codedeploy snaps
colifran Mar 25, 2024
5023812
logging flag
colifran Mar 25, 2024
1af9efd
cognito snaps
colifran Mar 25, 2024
4066426
opensearchservice snaps
colifran Mar 25, 2024
6799547
custom resource snaps
colifran Mar 25, 2024
1cca4a6
custom resource snaps
colifran Mar 25, 2024
0ad36c9
elasticsearch snaps
colifran Mar 26, 2024
bbc10cb
events targets snaps
colifran Mar 26, 2024
1e947a8
globalaccelerator snaps
colifran Mar 26, 2024
b8e6e66
globalaccelerator endpoints snaps
colifran Mar 26, 2024
39ccc2d
logs destinations snaps
colifran Mar 26, 2024
44655fd
s3 snaps
colifran Mar 26, 2024
091e1f6
route53 snaps
colifran Mar 26, 2024
3d9be23
stepfunctions tasks snaps
colifran Mar 26, 2024
1ebf783
synthetics snaps
colifran Mar 26, 2024
2920ba2
elastic load balancing snaps
colifran Mar 26, 2024
2267254
updated custom resource disable logging flag
colifran Mar 26, 2024
6e9465e
msk alpha snaps
colifran Mar 26, 2024
360f331
redshift alpha snaps
colifran Mar 26, 2024
19a09ba
glue alpha snaps
colifran Mar 26, 2024
7b77018
iot actions alpha snaps
colifran Mar 26, 2024
b404e73
unit tests
colifran Mar 26, 2024
4f53369
Merge branch 'main' into colifran/optional-logging
colifran Mar 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

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

Large diffs are not rendered by default.

This file was deleted.

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 @@ -25,7 +25,8 @@
"Create": "{\"service\":\"CodeDeploy\",\"action\":\"createDeploymentConfig\",\"parameters\":{\"deploymentConfigName\":\"hello\",\"computePlatform\":\"Lambda\",\"trafficRoutingConfig\":{\"type\":\"TimeBasedLinear\",\"timeBasedLinear\":{\"linearInterval\":1,\"linearPercentage\":5}}},\"physicalResourceId\":{\"id\":\"hello\"}}",
"Update": "{\"service\":\"CodeDeploy\",\"action\":\"createDeploymentConfig\",\"parameters\":{\"deploymentConfigName\":\"hello\",\"computePlatform\":\"Lambda\",\"trafficRoutingConfig\":{\"type\":\"TimeBasedLinear\",\"timeBasedLinear\":{\"linearInterval\":1,\"linearPercentage\":5}}},\"physicalResourceId\":{\"id\":\"hello\"}}",
"Delete": "{\"service\":\"CodeDeploy\",\"action\":\"deleteDeploymentConfig\",\"parameters\":{\"deploymentConfigName\":\"hello\"}}",
"InstallLatestAwsSdk": false
"InstallLatestAwsSdk": false,
"DisableLogging": false
},
"DependsOn": [
"CustomConfigDeploymentConfigCustomResourcePolicy0426B684"
Expand Down Expand Up @@ -95,7 +96,7 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "e5178afc49b7c6a85127a67856ce958e4f0879ce6aad5e974cac2a088bf939db.zip"
"S3Key": "aafb9e3ee3305d0579f4fa5511e48f53f7969d9f1a21610741e050a6726e6b95.zip"
},
"Handler": "index.handler",
"Role": {
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.

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

Large diffs are not rendered by default.

This file was deleted.

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.

Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@
]
]
},
"InstallLatestAwsSdk": false
"InstallLatestAwsSdk": false,
"DisableLogging": false
},
"DependsOn": [
"myuserpoolmyuserpoolclientDescribeCognitoUserPoolClientCustomResourcePolicyF83BED40"
Expand Down Expand Up @@ -228,7 +229,7 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "e5178afc49b7c6a85127a67856ce958e4f0879ce6aad5e974cac2a088bf939db.zip"
"S3Key": "aafb9e3ee3305d0579f4fa5511e48f53f7969d9f1a21610741e050a6726e6b95.zip"
},
"Handler": "index.handler",
"Role": {
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.

Large diffs are not rendered by default.

This file was deleted.

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.

Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
]
]
},
"InstallLatestAwsSdk": false
"InstallLatestAwsSdk": false,
"DisableLogging": false
},
"DependsOn": [
"poolclientDescribeCognitoUserPoolClientCustomResourcePolicy5C0049D2"
Expand Down Expand Up @@ -187,7 +188,7 @@
"S3Bucket": {
"Fn::Sub": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}"
},
"S3Key": "e5178afc49b7c6a85127a67856ce958e4f0879ce6aad5e974cac2a088bf939db.zip"
"S3Key": "aafb9e3ee3305d0579f4fa5511e48f53f7969d9f1a21610741e050a6726e6b95.zip"
},
"Handler": "index.handler",
"Role": {
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.

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

Large diffs are not rendered by default.

This file was deleted.

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.

Loading
Loading