cdk-nag VS demos-aws-cdk

Compare cdk-nag vs demos-aws-cdk and see what are their differences.

cdk-nag

Check CDK applications for best practices using a combination of available rule packs (by cdklabs)

demos-aws-cdk

Demo repository container different CDK projects (by jreijn)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
cdk-nag demos-aws-cdk
6 1
723 0
4.1% -
9.5 1.6
1 day ago about 1 year ago
TypeScript Java
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cdk-nag

Posts with mentions or reviews of cdk-nag. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-13.
  • A beginner's guide to AWS Best Practices
    2 projects | dev.to | 13 Dec 2023
    Thankfully using tools like cdc-nag you can help enforce some best practices around this and enable encryption from the beginning.
  • Improve AWS security and compliance with cdk-nag
    3 projects | dev.to | 12 Apr 2023
    cdk-nag is an open-source tool that provides automated checks for AWS CDK code and the resulting Cloudformation templates to help ensure that they adhere to security and compliance best practices.
  • DevSecOps with AWS - Multi Environment deployments- Part 3
    2 projects | dev.to | 24 Oct 2022
    cdk-nag: Check CDK applications or CloudFormation templates for best practices using a combination of available rule packs. Inspired by cfn_nag.
  • Mastering AWS CDK Aspects
    3 projects | dev.to | 28 Sep 2022
    There are already useful CDK Aspects out there that are ready to be used in your CDK application. In this section I want to give you an example for one of them: One of them is cdk-nag.
  • Check and secure CDK code with cdk-nag
    3 projects | dev.to | 14 Mar 2022
    In the Construct Hub the construct cdk-nag has been released. The cdk-nag construct allows you to check your CDK applications for best practices using a combination of available rule packs. Using this cdk-nag construct and use it inside your code to check upon security best practises, will eventually make your application more secure. In this article I will describe how to use the cdk-nag construct in combination with CDK.
  • CloudFormation static security scanning
    1 project | /r/aws | 18 Oct 2021
    I'm using cdk-nag and love it https://github.com/cdklabs/cdk-nag

demos-aws-cdk

Posts with mentions or reviews of demos-aws-cdk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-12.
  • Improve AWS security and compliance with cdk-nag
    3 projects | dev.to | 12 Apr 2023
    Overall, cdk-nag is a powerful tool for ensuring that your AWS CDK code and templates adhere to security and compliance best practices. By catching security issues early in the development process, cdk-nag can help you build more secure and reliable infrastructure. I've used it in many projects over the last couple of years and it's adding value. Especially if you work in a team that does not have a lot of AWS experience it shines. If you're using AWS CDK, I highly recommend giving cdk-nag a try. The example code in this post and a working project can be found on GitHub.

What are some alternatives?

When comparing cdk-nag and demos-aws-cdk you can also consider the following projects:

Visual Studio Code - Visual Studio Code

s3bucket_with_cdk_nag_construct

aws-cdk - The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

checkov - Prevent cloud misconfigurations and find vulnerabilities during build-time in infrastructure as code, container images and open source packages with Checkov by Bridgecrew.

cdk-aspects-examples

cfn_nag - Linting tool for CloudFormation templates