EYssel / sqs-dlq-monitoring

An AWS CDK construct to wrap AWS Simple-Queue Service (SQS) Dead-Letter Queues with a CloudWatch alarm to notify
Apache License 2.0
3 stars 1 forks source link

Consider usage of cdk-nag #92

Open reisingerf opened 5 months ago

reisingerf commented 5 months ago

cdk-nag is very useful when testing constructs against AWS best practises and externals standards. Standards compliance and security best practises are crucial for our production workloads.

Issues #89 and #90 were flagged by cdk-nag as violating the AWS solutions rules.

EYssel commented 5 months ago

🤔 Very nice.

Will look into it