Skip to content

Commit 76c4d55

Browse files
committed
typo fix and code clean up
1 parent 8a28932 commit 76c4d55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ CloudGraph AWS Provider will ask you what regions you would like to crawl and wi
7070

7171
| Service | Relations |
7272
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
73-
| axm | |
73+
| acm | |
7474
| alb | ec2, elasticBeanstalkEnv, route53Record, securityGroup, subnet, vpc, wafV2WebAcl |
7575
| apiGatewayDomainName | apiGatewayHttpApi, apiGatewayRestApi |
7676
| apiGatewayHttpApi | apiGatewayDomainName |

src/services/acm/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export default async ({
140140
return new Promise<void>(async resolveAcmData => {
141141
// Get ACM certificate summaries
142142
const certificates = await getCertificatesForRegion(acm)
143-
console.log('certificates.length =========> ', certificates.length);
143+
144144
const tagsPromises = certificates.map(
145145
({ CertificateArn: certificateArn }) => getTagsForCertificate(acm, certificateArn)
146146
)

0 commit comments

Comments
 (0)