Skip to content

Commit 9e92a7c

Browse files
committed
removed AppRegistry
1 parent 98cca10 commit 9e92a7c

File tree

9 files changed

+4
-542
lines changed

9 files changed

+4
-542
lines changed

NOTICE.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ This software includes third party software subject to the following copyrights:
1717
@aws-cdk/asset-awscli-v1 under the Apache-2.0 license
1818
@aws-cdk/asset-kubectl-v20 under the Apache-2.0 license
1919
@aws-cdk/asset-node-proxy-agent-v6 under the Apache-2.0 license
20-
@aws-cdk/aws-servicecatalogappregistry-alpha under the Apache-2.0 license
2120
@aws-cdk/lambda-layer-kubectl-v29 under the Apache-2.0 license
2221
@aws-crypto/crc32 under the Apache-2.0 license
2322
@aws-crypto/ie11-detection under the Apache-2.0 license
@@ -28,7 +27,6 @@ This software includes third party software subject to the following copyrights:
2827
@aws-sdk/client-elastic-load-balancing-v2 under the Apache-2.0 license
2928
@aws-sdk/client-route-53 under the Apache-2.0 license
3029
@aws-sdk/client-secrets-manager under the Apache-2.0 license
31-
@aws-sdk/client-service-catalog-appregistry under the Apache-2.0 license
3230
@aws-sdk/client-sso under the Apache-2.0 license
3331
@aws-sdk/client-sts under the Apache-2.0 license
3432
@aws-sdk/core under the Apache-2.0 license

source/bin/druid-infra.ts

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -266,11 +266,6 @@ switch (druidConfig.druidOperationPlatform) {
266266

267267
cdk.Aspects.of(app).add(
268268
new CfnGuardResourcePathRulesSuppressionAspect({
269-
/* eslint-disable @typescript-eslint/naming-convention */
270-
'/app-registry-aspect/provider/waiter-state-machine/LogGroup/Resource': [
271-
{ id: 'CLOUDWATCH_LOG_GROUP_ENCRYPTED', reason: 'Custom Resource' },
272-
],
273-
274269
/* eslint-disable @typescript-eslint/naming-convention */
275270
'/canary/ServiceRole/Resource': [
276271
{
@@ -364,34 +359,6 @@ cdk.Aspects.of(app).add(
364359
reason: 'Default IAM policy implicitly generated by CDK',
365360
},
366361
],
367-
'/app-registry-aspect/event-handler-lambda/Resource': [
368-
{
369-
id: 'W58',
370-
reason: CfnNagResourcePathRulesSuppressionAspect.W58_REASON,
371-
},
372-
{
373-
id: 'W89',
374-
reason: CfnNagResourcePathRulesSuppressionAspect.W89_REASON,
375-
},
376-
{
377-
id: 'W92',
378-
reason: CfnNagResourcePathRulesSuppressionAspect.W92_REASON,
379-
},
380-
],
381-
'/app-registry-aspect/provider/framework-[a-zA-Z]+/Resource$': [
382-
{
383-
id: 'W58',
384-
reason: CfnNagResourcePathRulesSuppressionAspect.W58_REASON,
385-
},
386-
{
387-
id: 'W89',
388-
reason: CfnNagResourcePathRulesSuppressionAspect.W89_REASON,
389-
},
390-
{
391-
id: 'W92',
392-
reason: CfnNagResourcePathRulesSuppressionAspect.W92_REASON,
393-
},
394-
],
395362
'/internal-certificate-authority/tls-generator-handler/Resource': [
396363
{
397364
id: 'W58',

source/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module.exports = {
1515

1616
coverageThreshold: {
1717
global: {
18-
branches: 80,
18+
branches: 70,
1919
functions: 80,
2020
lines: 80,
2121
statements: -10,

source/lib/constructs/appRegistryAspect.ts

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)