---
title: AWS Cloud Development Kit (AWS CDK) Reviews
meta_title: 'AWS Cloud Development Kit (AWS CDK) Reviews 2026: Details, Pricing, &
  Features | G2'
meta_description: Filter 136 reviews by the users' company size, role or industry
  to find out how AWS Cloud Development Kit (AWS CDK) works for a business like yours.
aggregate_rating:
  rating_value: 4.4
  review_count: 136
  scale: '5'
date_modified: '2026-08-09'
parent_category:
  name: IT Infrastructure
  url: https://www.g2.com/categories/it-infrastructure
---


# AWS Cloud Development Kit (AWS CDK) Reviews
**Vendor:** Amazon Web Services (AWS)  
**Category:** [Other IT Infrastructure Software](https://www.g2.com/categories/other-it-infrastructure)  
**Average Rating:** 4.4/5.0  
**Total Reviews:** 136
## About AWS Cloud Development Kit (AWS CDK)
The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework that enables developers to define cloud infrastructure using familiar programming languages such as TypeScript, Python, Java, C#, and Go. By leveraging AWS CDK, developers can model and provision cloud application resources through code, streamlining the process of building and managing AWS environments. Key Features and Functionality: - Familiar Programming Languages: AWS CDK supports multiple languages, allowing developers to use their preferred programming language to define cloud infrastructure. - Reusable Constructs: The framework provides a library of constructs—pre-built components that encapsulate AWS resources and configurations—promoting reusability and reducing boilerplate code. - Higher-Level Abstractions: Developers can create custom, higher-level abstractions known as patterns to simplify complex infrastructure setups and improve maintainability. - Integration with AWS CloudFormation: AWS CDK applications are compiled into AWS CloudFormation templates, ensuring compatibility with existing AWS CloudFormation features and tools. - Modularity and Extensibility: The framework encourages modularity and extensibility by allowing developers to create and share custom constructs and patterns. Primary Value and Problem Solved: AWS CDK addresses the challenge of managing cloud infrastructure by enabling developers to define and provision resources using code, thereby treating infrastructure as code (IaC). This approach enhances productivity, ensures consistency, and facilitates best practices in cloud application development. By using familiar programming languages, developers can seamlessly integrate infrastructure definition with application code, leading to more efficient development workflows and easier maintenance of cloud environments.




## AWS Cloud Development Kit (AWS CDK) Reviews
  ### 1. AWS CDK Makes Infrastructure as Code More Maintainable and Reusable

**Rating:** 5.0/5.0 stars

**Reviewed by:** Atharva P. | Cloud BI Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** June 08, 2026

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

What I like most about AWS CDK is that it lets developers define cloud infrastructure using familiar programming languages like Python, TypeScript, Java, and C#, rather than manually writing large CloudFormation templates. As a result, infrastructure development feels more maintainable and reusable, and it’s also easier to keep it aligned with application code.

I also appreciate the ability to create reusable constructs and apply standard software engineering practices—such as version control, testing, and code reviews—which can make day-to-day infrastructure management much smoother.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

AWS CDK introduces an abstraction layer over CloudFormation, so troubleshooting deployment issues sometimes requires understanding both CDK and the underlying CloudFormation resources. Upgrading between CDK versions can also occasionally require code changes.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

AWS CDK solves infrastructure automation and infrastructure-as-code challenges.

Example:

In our AWS data engineering environment, we use CDK to provision S3 buckets, Lambda functions, IAM roles, EventBridge rules, Glue jobs, Step Functions workflows, and API Gateway resources as code.

Instead of manually creating resources through the console, entire environments can be deployed consistently across development, testing, and production accounts using a single deployment process.

This improves consistency, reduces manual errors, and accelerates environment provisioning.

  ### 2. Deterministic Infrastructure as Code

**Rating:** 4.5/5.0 stars

**Reviewed by:** João C. | Lead Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 15, 2026

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Being able to define infrastructure as code in a deterministic manner provides a better overall DX, given changes are easily reviewable and reversible.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Sometimes it lags behind existing features or doesn't provide the full set of options.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

We can test, review, and revert infrastructure changes quickly and painlessly using the language we're already familiar with (TypeScript).

  ### 3. AWS CDK Makes Defining Cloud Infrastructure Feel Natural in Code

**Rating:** 4.5/5.0 stars

**Reviewed by:** Shubham K. | Web Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** July 25, 2026

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

The best thing i like about AWS CDK is that it's let's me define cloud infrastructure using familiar programming language.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

One thing i dislike about learning curve can be steep for beginners.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It simplifies infrastructure management by letting define cloud resources in code.

  ### 4. Makes Infrastructure Patterns Easy for Developers

**Rating:** 4.5/5.0 stars

**Reviewed by:** Petra H. | Director Brand Communications, Enterprise (> 1000 emp.)

**Reviewed Date:** May 02, 2026

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

I believe the greatest advantage of AWS Cloud Development Kit lies in making the work for developers easier in creating infrastructure patterns for their applications.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

The learning curve is not as simple as one could expect. It may take some time for first time users to adjust to the system and its functionalities

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

t simplifies the workflow through significantly more streamlined processes, reducing what once required 12 clicks or commands to a single action. It also supports better organization of the coding process.

  ### 5. Reusable Infrastructure as Code with AWS Cloud Development Kit

**Rating:** 5.0/5.0 stars

**Reviewed by:** Manish K. | Managerial, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 30, 2026

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

What I like best about AWS Cloud Development Kit is defining infrastructure in real programming languages. It enables reusable constructs, better abstraction, and faster, maintainable deployments.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

What I dislike about AWS Cloud Development Kit is its abstraction complexity. Debugging synthesized CloudFormation, version drift, and frequent updates can make troubleshooting and upgrades challenging.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

AWS Cloud Development Kit solves the problem of managing infrastructure through verbose, error-prone templates by enabling code-driven IaC. This improves reuse, consistency, faster provisioning, and easier maintenance of complex cloud environments.

  ### 6. Infrastructure as software: CDK brings consistency and quality to deployment

**Rating:** 4.5/5.0 stars

**Reviewed by:** Raul G. | director, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 19, 2026

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

What I like most is that the CDK treats infrastructure as what it really is: software. This allows us to apply the same quality practices that we use in our applications, such as unit tests, code reviews, and design patterns, and maintain everything with a more consistent approach.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

If you don't review it carefully, the CDK might be creating IAM roles with names that are too generic or policies that are a bit more permissive than what the "principle of least privilege" dictates.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Deployment times are more efficient, not only saving resources but also allowing delivery to clients or prospects in less time.

  ### 7. Best-in-Class AWS CDK Constructs for Building on AWS

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sam F. | CEO, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 28, 2026

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

AWS Cloud Development Kit is by far the best of breed for a library of constructs that cover many AWS services and features.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

It can be quite complex in the beginning but once you get it, its incredibly powerful.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It makes the process of AWS cloud development much, much easier and cost effective over time.

  ### 8. Powerful tool for modern cloud infrastructure

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** September 17, 2025

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

I like how AWS CDK lets me use familiar programming languages like TypeScript and Python to define infrastructure. It abstracts away a lot of the complexity of CloudFormation and makes infrastructure-as-code feel like actual software development. The constructs are reusable, and the integration with AWS services is seamless.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

The learning curve can be steep, especially when debugging complex stacks or dealing with low-level CloudFormation quirks.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

AWS CDK solves the problem of managing cloud infrastructure through manual configurations or verbose JSON/YAML templates. By allowing me to define infrastructure using familiar programming languages, it streamlines development, improves maintainability, and enables better reuse of code.

  ### 9. Best option for ease of workload

**Rating:** 5.0/5.0 stars

**Reviewed by:** Jeffrey M. | Business Development Executive, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 20, 2024

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Azure is a solid choice, especially if you're already using Microsoft products. The integration with Office 365, Windows Server, and other tools is seamless. It’s reliable and easy to manage once you get familiar with it

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

While it’s generally user-friendly, some of the more advanced services can feel a bit complicated. It doesn’t quite offer as many features as AWS, so it can be limiting depending on your needs.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

AWS helps scale infrastructure based on demand, manage complex workloads, and improve performance globally, all while offering cost-efficient, pay-as-you-go pricing.

  ### 10. AWS CDK with Visual Studio Code - Great to Have

**Rating:** 4.5/5.0 stars

**Reviewed by:** Pankaj Kumar S. | Consultant, Enterprise (> 1000 emp.)

**Reviewed Date:** March 20, 2024

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

AWS CDK is a great tool to have at our disposal when it comes to integerate our application with AWS. It helps us to seamlessly develop our code, deploy it on AWS cloud and manage different services that AWS offers simply through our code. Also, it is easy to implement as we can integerate it with our IDE such as VS Code or IntelliJ. Community support along with customer support helps us too.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

When it comes to what I dislike about AWS CDK, there is not much which I dislike but at the same time everything has some cons associated with it. One of them is its dependency on language though it supports multiple languages but not all the features are available in every language. Also, AWS CDK is easy to use and implement , sometimes we tends to use some unnecessary AWS services which incurs extra cost to us :)

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

AWS CDK is providing us way to integerate it in our application as use it as infrastructure as code as we can use it to develop our application and use the AWS resources/services directly through our code and also it helps us to deploy it over Cloud with ease and we can debug the same easily using AWS cloud developopment kit.

  ### 11. Best Tool with Infrastructure as a Code for Developers for Cloud Provisioning

**Rating:** 5.0/5.0 stars

**Reviewed by:** Varun Ganjigunte P. | Computer Vision Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 31, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

The AWS Cloud Development Kit supports multiple programming languages such as Python and Go which is most easy to use, has great examples and documentation, reliable and easy to integrate and maintain several Machine Learning project infrastructures via software code. 
The APIs developed includes many functionalities for making changes of configuration files to chnage virtual cloud resources to changing user permissions all in one place.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

The debugging and resolving deployment issues  just from the APIs are sometimes difficult. However, analyzing build logs provides a clear reason for any failures.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Most infrastructure as a code tools are difficult to maintain and integarte due to a specific programming language or template provided by the cloud provider. However, in AWS CDK, we get to use application oriented programming languages like Go, Python, Typescript etc., to manage infrastructure by several developers working with web applications, mobile applications, virtual machine for machine learning tasks.

  ### 12. Cloude Infrastructure for Programming Language

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sankalp M. | Associate Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 21, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

As AWS Cloud Development Kit help us to intract with AWS in many programing language such as python , java , C# and many other. As AWS CDK also provide use reusable construct which help us to send this construct across our team and project. As this AWS CDK is also interated with many other IDE such as Visual Sudio Code it make me easy to test , deploy AWS CDK Application. It Also give dependencies graph based on our code.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

It is very difficult to match the updated CDK code with respect to the current AWS changes. Integration of AWS service is fine much difficult as the programming language changes.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

As it is easy to integrated any king of platform easily you are deploying . The AWS SDK resolves the dependency on the AWS CLI, AWS SDK and APIs as well as on the Cloudformation service.

  ### 13. Aws CSK - the development kit you need

**Rating:** 5.0/5.0 stars

**Reviewed by:** Karthik J. | DevOps Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** November 09, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

It lets us decide how to design the cloud infrastructure over aws using the familiar languages like Java, JavaScript, python, etc. aws CSK integrates best with the aws

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Aws cdk has deep learning curve. One who doesn't any idea about aws and cloud computing and programming languages might find it bit hard to learn

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

So recently we have migrated all the application from on premise to Aws cloud infrastructure. Previously used different toolkit to deploy the infrastructure. But recently we have upgraded to aws cdk. It solves the problem of having over dependency with other toolkit. Since awcdk integrates best with aws, we don't have any problem implementing the solution over aws. Also, the premier support from aws is the best.

  ### 14. Very good.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** June 25, 2024

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Adore the integration with multiple programing languages and ability to simplify complex setups, though I find the learning curve quite steep.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Steep learning curve, and the vendor lock in are a bit annoing.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Moving away from CloudFormation, as it gotten too complex for specific infrastructures.

  ### 15. Service to deploy: AWS

**Rating:** 5.0/5.0 stars

**Reviewed by:** MAYANK C. | Full Stack Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 09, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

I like best about AWS Cloud Development Kit is it allow developer like me to define the cloud infrastructure using programming language.another thing which i feel is that it is type safety applicatiion as it catches error at run time. And at last the last feature i like is its development tool kits it provide for debugging and testing.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

what I dislike about the AWS kit is as a developer I feel that as the application grows its complexity grows this CDK base gets complicated potentially increasing the maintenance. Another thing that I feel disliked about its documentation gap this hinders troubleshooting.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Aws Cloud Development Kit solving my problem in managing cloud infrastructure. What i found benefitted after using the aws kit is its simplest infrastructure as a lone wolf managing things is very important thing and if something is simplest then it will benefit me in focusing more on bussiness than the managing stuff. It also enhance code quality, through safety.  its  seamless integration Aws service simplifies resources for which develoeper like me make it accessible to developers.

  ### 16. Best framework for cloud infrastructure

**Rating:** 5.0/5.0 stars

**Reviewed by:** yogeshwer V. | Senior Data Analyst-PowerSchool, Enterprise (> 1000 emp.)

**Reviewed Date:** April 02, 2024

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

The best part is the redeployment and rollback.
I just love these two feature

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

There is nothing to dislike everything is perfect in this.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

The best part of AWS CDK is that i can use any programming language to solve my problems as its very adaptable

  ### 17. Aws Cdk Simplifies everything in Cloud from Kubernetes to Terraform, one of the best thing !

**Rating:** 4.5/5.0 stars

**Reviewed by:** Vatsal M. | Associate Software Development Engineer (Data Engineer), Enterprise (> 1000 emp.)

**Reviewed Date:** December 02, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

We started with terraform integration and simplification using aws cdk and the flexibility and features it offers is unparalleled

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

The ease to integrate with existing system is good but can be improved with more blogs and use cases covered. For a highly complex system aws cdk has less resources for refactoring

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

We try to manage our IT infra at one place

  ### 18. Helping in managing different AWS Services.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Krishan K. | Senior Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 07, 2020

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Infrastructure as code with code simplicity.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

The steep learning curve for newcomers or beginners.

**Recommendations to others considering AWS Cloud Development Kit (AWS CDK):**

You can deploy easy solution which are common in mostly application like image upload and image crop. So for this functionality you can create your app using AWS CDK and deploy that app on cloud and use it in any software. Which make its app reusable and its cost effective too so i will recommend use this software.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

AWS CDK simplifies infrastructure provisioning using familiar programming languages, streamlining resource management, reducing errors, and enabling version control. This benefits developers with more efficient and maintainable infrastructure deployments.

  ### 19. A Developer's Dream

**Rating:** 4.5/5.0 stars

**Reviewed by:** Rony Y. | Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** January 30, 2024

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

High-level constructs and multi-language support.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Learning curve and occasional bugs (e.g., Step Functions).

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Solves IaC complexity, accelerates development, and provides multi-language flexibility—boosting productivity and efficiency.

  ### 20. AWS CDK - A Kit of a kind

**Rating:** 5.0/5.0 stars

**Reviewed by:** Abhishek S. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 12, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

The best thing about AWS CDK is that it supports variety of scriptinng and programming languages like python, typescript, java, javascript and many more So developer with skills in different programming or scripting languages can work on it.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Nothing as such that i would dislike about the AWS CDK. It has the tools to work easily thus helping developers to build apps and perform it's implementation easily.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Building apps and stacks, working on cloud environment, developing carts, working with different languages makes is versatile and robust.

  ### 21. Review of AWS CDK

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sai Soumya P. | Business Intelligence Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 17, 2024

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

It supports popular programming languages, has type safety and IDE support. Its also integrated with various AWS services like cloudformation. It is flexible with a growing community and ecosystem and there is continuous impovement.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Its learning curve and abstraction overhead, limited language support and resource naming challenges.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Helps in managing AWS infrastructure, uses familiar programming languages, can integrate with our IDE.

  ### 22. Aws is more  versatility for use

**Rating:** 4.5/5.0 stars

**Reviewed by:** Anudeep N. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 31, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

It seemlesly work faster and smoother even though its a big cloud software and its cost less compares to azure .

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Its hard to remember all the things and at the same time cdk is only supported to aws while we want to integrate with other cloud infrastructure it is a bit harder

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

I used it for getting versioned for my code when i merge every time to aws cdk and some times i used to pull my previous code to check the errors in my new code by comparing both versions

  ### 23. Useful tool for any cloud development requirement

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Education Management | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 19, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

AWS Cloud Development Kit is our go to resource and tool for anything related to cloud development and deployment. We in fact recommend this to all our customers as it's very easy to get started, allows auto scale feature to scale infrastructure as and when required with the flexibility to manage everything

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

As such, we could not find anything that does not help us or is negative for the services offered, since it's so flexible in every aspect and allows complete control on the infrastructure and spending on the tool

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Our complete IT infrastructure has moved onto cloud with the help of AWS and now this offers us accurate idea of how much we are going to spend, when and where do we want to increase the load of the server. With the help of the AWS dashboard, we get complete glance on the cloud/IT infrastructure and we feel we have more control with the help of AWS

  ### 24. aws cdk framework

**Rating:** 5.0/5.0 stars

**Reviewed by:** Abhinav  K. | Mid-Market (51-1000 emp.)

**Reviewed Date:** April 14, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

AWS CDK is super helpful in managing the infrastructure of applications, I have used this framework multiple times in my nodejs projects. I like its template, which gives complete control over resources such as lambda, API gateway, sqs, dynamodb. The best thing is its rollback feature when there's any issue deploying the application, this feature worked as a savior for me multiple times.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

I dislike a couple of things about this framework first its limitation to specific languages is not reasonable. There should be a way to write the CDK code in yaml or json, which will also improve developers learning curve.
Second there is no official way to deploy CDK applications from GitHub actions, so I have to rely on third party.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

AWS cdk is one of my favourite tool for deploying my nodejs application, I am a full stack serverless developer, so this tool is very handy for me.
I have used this tool with other AWS services in my product such as lambda, api gateway, sqs. I have been benefiting a lot from cdk, suppose I want to add another microservice resource in my application, then, It can be added quickly and if there's any problem, it rollbacks automatically.

  ### 25. Most comprehensive cloud platform

**Rating:** 4.5/5.0 stars

**Reviewed by:** Abhinanth G. | Quality Analyst - Customer Success Excellence, Mid-Market (51-1000 emp.)

**Reviewed Date:** December 12, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

It helps startups ease up implementation when onboarding their minimum viable product and rapid deployment into the cloud. Extremely easy to use and excellent customer support. All necessary integrations are available.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Not very rich in features and needs competitive pricing

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Streamline cloud infrastructure bottlenecks and developer operations and maintenance of server infrastructure

  ### 26. Cdk toolkit made it very easy to use aws services for server less architecture

**Rating:** 5.0/5.0 stars

**Reviewed by:** Tushar S. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 22, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Cdk toolkit made it very easy to use aws services for server less architecture.
Even documentation is well written to use services .
In other serverless architecture frame work we need to Yaml but there is no need for that.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

There should be example real world example .
The problem which is resolved by github that multiple developer can work together on same repo. This is still biggest problem I found .

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It removed maintaining Yaml file and as it is difficult to written and also bit confusing. 
Since there are do any option to make development  fast in cdk so it is very good .

  ### 27. AWS Cloud Development Kit (AWS CDK)

**Rating:** 4.5/5.0 stars

**Reviewed by:** SHAILESH Y. | Lead Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 11, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

AWS Cloud Development Kit (CDK) provides several benefits for developers and users, including the ability to define infrastructure using familiar programming languages, code reuse, automation of AWS resource creation, and high-level abstractions. This makes creating and managing AWS infrastructure easier while improving consistency and reducing the risk of errors.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Learning curve: AWS CDK uses programming languages such as TypeScript, Python, and Java, which may require some learning and adjustment for users who are not familiar with these languages.

Possible bugs and issues: As with any software tool, there is always the possibility of encountering bugs or issues with AWS CDK, which can lead to delays in project timelines.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Simplifies AWS infrastructure management: AWS CDK provides a high-level abstraction layer that simplifies the process of creating and managing AWS infrastructure, making it easier to work with than traditional AWS CloudFormation templates.

Faster infrastructure development and modification: With AWS CDK, developers can create and modify infrastructure using code, which is faster and more efficient than manual configuration through the AWS console or CLI.

Ensures consistency and quality: AWS CDK helps enforce consistency and standardization across infrastructure, reducing the risk of errors and improving overall quality.

Supports multiple programming languages: AWS CDK supports multiple programming languages, making it more accessible and flexible for a wider range of developers and teams.

  ### 28. Great for developer to write iac.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Md N. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 19, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

The use of existing L2 construct with policies generated by construct.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Hotswap is not working when I use nested stacks. It takes more time to deploy changes.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Writing  and maintaing IaC using CloudFormation was tremandaous work for our small team. It saves our time.

  ### 29. Used AWS as a tool to create web-UI using kubernetes

**Rating:** 5.0/5.0 stars

**Reviewed by:** Dhruvkumar B. | Enterprise (> 1000 emp.)

**Reviewed Date:** October 01, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Ease of remote and easy to use. Also there is no con with OS

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

No cons with the OS. I used AWS Linux which was almost the same as the last OS I used i.e. Redhat/ Centos 7

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It's a very easy tool to get up web-UIs for testing functionality for our business and helps with testing too.

  ### 30. AWS CDK Great service to deploy applications

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Aviation & Aerospace | Enterprise (> 1000 emp.)

**Reviewed Date:** August 28, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

By using Infrastructure as code we can deploy multiple environments with network configuration  part, security part, including user roles and policies with cli. It is quote better than cloud formation tool as well

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

It's not possible to use for other cloud vendors like gcp or azure while working for aws. And we may have to know sobmany technologies to leverage which is difficult for everyone to handle for a smooth going

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Generally we receive multiple errors after deploying and we have to identify the root cause of the error. With CDK it is easy to know the error and fix it and redeploy again until it is successful.

  ### 31. A bit confusing at first but you'll get used to it

**Rating:** 5.0/5.0 stars

**Reviewed by:** Farhan A. | Founder & CEO, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 20, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Super easy to create codebases and create an infrastructure as code process.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Its a bit hard to understand how things work at first.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

deploying on scale, building new products faster and in an organized way.

  ### 32. It's an awesome AWS CDK tool

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** August 19, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

It is just like other software library which enables to customize, share, and reuse constructs within your organization or community.It helps a lot in re-useable and it also provides better structured reused format than cloud formation.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

CDK is to manage only for infrastructure on a platform.It is not suitable for firming but can manage multiple cloud vendors.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It helps in avoiding repeatable deployment and enables us to define our infrastructure as code(IAC). It is quite easier with roll back option  as well. With this my project( business) performance has optimised.

  ### 33. Good for development

**Rating:** 5.0/5.0 stars

**Reviewed by:** Hardik B. | Back End Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 22, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Its most good and have a ton of documents but it has a small steep learning curve

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

It does not have any good videos for explanation of each things

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It is used for automated deployment and effortless scaling infra

  ### 34. Awesome IAC tool for AWS

**Rating:** 4.5/5.0 stars

**Reviewed by:** Nithees Balaji M. | DevOps Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** March 28, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

I have been using Aws CDK for quite a while , the thing i like most about this tool is the support and documentation. The updates are also very often. Very much would recommend.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Theain disadvantage would be the fact that it is specific to AWS.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

With AWS we get an infrastructure as code controlled environment which is very reliable and easy to replicate or rollback incase of failures.

  ### 35. AWS cloud development kit

**Rating:** 5.0/5.0 stars

**Reviewed by:** Vishwas N. | Sr. Fullstack Next.js and Ruby developer, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 22, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

It simplify deployment need and provide best infrastructure

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

No, As of now every thing is fine with AWS CDK

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Helps to deploy any programming language with ease

  ### 36. Strongly recommended - AWS CDK

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Consumer Services | Enterprise (> 1000 emp.)

**Reviewed Date:** August 16, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

It is very cost effective in use of CDK and scalable. Reusability within our internal projects save us lot of time

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

It is limited to manage only to infrastructure on the platform

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

We don't have to recreate everything. The main benefit is about repeatable Deployment and little more flexible to use than Cloud Formation

  ### 37. Solution architect

**Rating:** 5.0/5.0 stars

**Reviewed by:** Monte J. | Principal Supply Chain Architect, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 30, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Standard out-of-the-box solution that can enable AWS native services and web applications. It can also be integrated with CI city pipeline for automation and thanks.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

There is a risk of building a solution within AWS, because if you leave for another cloud provider, you will need to migrate that development to a new city K and retrain your resources

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It's still very technical and you need detailed senior engineers to be able to develop within the AWSCDK solution. It would be nice if you could leverage a law code capability within the CDK.

  ### 38. Awesome experience with AWS CDK

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sakshi S. | Google Cloud Facilitator , Mid-Market (51-1000 emp.)

**Reviewed Date:** October 08, 2022

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

With AWS CDK, we can customise, share and reuse construct with in the organization. Sometimes we have to write a lot of code, but using AWS CDK can reduce the number of regulations and reuse them. AWS CDK allows us to build reliable and testable code.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

I don't hate it most, yet I have just a single comment on this. Sometimes, it is pretty sluggish so it can create an issue. I trust AWS will settle in future. It will help a lot.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Python, Java, C#, Net, Typescript, Javascript, and Go are all supported by AWS CDK, so we can quickly develop applications. And Furthermore we reusable in future.

  ### 39. Easy and best cloud based solution

**Rating:** 5.0/5.0 stars

**Reviewed by:** John C. | Training Manager, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 17, 2022

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

While working for john burns I had to update their website the way I had to update it was by using a third party content creator, amazon cloud held all that content for us and made it easy to use.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

The customer support was what I hated in as it pertains to the cloud, they had no ideas how to help me and suport what I needed the cloud todo, otherwise the cloud it self was perfect.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

I needed a tool that was able to store all of our content in an easy to use fashion and that I could trust to keep my items safe, but more importantly the integration with our third party vendor.

  ### 40. Amazing experience with AWS CDK

**Rating:** 5.0/5.0 stars

**Reviewed by:** Aparna S. | Enterprise (> 1000 emp.)

**Reviewed Date:** April 20, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

It's Compatibility with Express & Typescript is powerful.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Nothing as such.. Can't think as of now.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Connection with AWS Cloud services.

  ### 41. CDK, code as an Infrastructure

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** April 25, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

1. Ease of writing infrastructure as a code
2. Ease of making changes, maintaining, and debugging the infrastructure setup
3. Regular updates of CDK module

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Renaming a resource created using AWS CDK sometimes creates problems.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It provides ease to write infrastructure as a code in our favorite programming language.

  ### 42. Helps in creating cloud infrastructure using familiar programming languages.

**Rating:** 4.5/5.0 stars

**Reviewed by:** PRATHEESH P. | Engineer - Reliability Rotating, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 28, 2023

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Easy to use
Availability of a wide range of pre-built libraries

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

It requires a certain level of technical expertise and experience in cloud computing and AWS to use effectively.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It helps to define the cloud resources using code, rather than manually creating them through the AWS Management Console.

  ### 43. Game changer In the cloud technology

**Rating:** 4.5/5.0 stars

**Reviewed by:** GAURAV K. | Infrastructure Consultant (Technical), Mid-Market (51-1000 emp.)

**Reviewed Date:** July 02, 2022

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

The most exciting feature that I like about AWS CDK is it allows me to select the database, Operating system, web platform and virtual environment of my choice where I can load application services of my choices.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

On a serious note, I found AWS EC2 limits regarding resources limited to the particular region where I can access only those which are available. On the other hand billing of Aws is slightly complicated to understand this can be simplified. There are also some common cloud-related issues like limitations in control, hardware level changes.

**Recommendations to others considering AWS Cloud Development Kit (AWS CDK):**

During my analysis of AWS and Other competitors that are currently present in the market, I found that AWS is promising for filling the gaps between infrastructure and development teams by allowing the use of different infrastructure languages.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

In day-to-day functions managing recruitment having a massive volume of data is tedious. For this several software, services are deployed across platforms. This leads to de-siloed teams across platforms. Using containerization of the workload of AWS EKS reduces the deployment time from weeks to days, which leads to improve deployment time and quick updates reflection in the mainstream.

  ### 44. AWS Best CDK integration platform

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Consumer Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 22, 2022

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

The fast pace of AWS CDK integration with cloudformation from local system and also through AWS console with detailed resources usage. The AWS CDK is easy to integrate than other cloud services.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

The user interface needs to be improved and also the user experience is bit difficult. It can be better if the user interface and with proper workshops can be made easier.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It's the fastes t deployment and architecture based problems which contains jetbeans integration automation and also helpful to resolve the maintainace of the project.

  ### 45. AWS cloud Development kit

**Rating:** 5.0/5.0 stars

**Reviewed by:** Alik G. | Associate-Projects, Enterprise (> 1000 emp.)

**Reviewed Date:** October 10, 2022

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Liked Everything be it aws services or native tools mainly for application development and deployment as per business requirement. And the quality of aws support team even adds more value to it.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Nothing to dislike. All services are up to the mark. Aws documentations are even far better. Quick resolution over support tickets and guidance during business call and meetings.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Liked Everything be it aws services or native tools mainly for application development and deployment as per business requirement. And the quality of aws support team even adds more value to it.

  ### 46. AWS helps us manage our white labeling process!

**Rating:** 4.5/5.0 stars

**Reviewed by:** Nicholas S. | CSM, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 03, 2022

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

AWS helps us during our white label process to change customer's domains

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

I wish AWS was more consistent with it's error messages related to permissions

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

AWS makes putting our customers accounts with us on their domains super easy!

  ### 47. Best platform for deployments

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Health, Wellness and Fitness | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 20, 2022

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

I have used cloudformation for automation of serverless architecture and also used amplify for frontend deployments and backend through cloudformation template.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

AWS CLOUD DEVELOPMENT KIT didn't helped to resolve the package dependencies for project requirements.so we recommend to add Aws package manager to download it where we can reduce new server.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Providing serverless architecture designs, managing server deployments through automation by reducing lot of time and also helpful in setting the instances very easily.

  ### 48. Easy to understand the infrastructure

**Rating:** 4.5/5.0 stars

**Reviewed by:** Radhakrishnan P. | Technical Architect, Enterprise (> 1000 emp.)

**Reviewed Date:** October 28, 2022

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

It's for easy development and automating the infrastructure. Also easy to understand the infrastructure configuration. we can split the modules for all the resources

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Dev ops people need's to understand the programming language. It might be difficult for everyone to adopt the CDK

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

It is easy to keep the Infrastructure configuration can be part of the development modules

  ### 49. Easy to use, easy to integrate with StackHawk sec solutions

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ahsan A. | CEO, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 08, 2022

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

We use AWS. It's already extremely user friendly. AWS CDK is particularly useful because it allows for easy integration of a number of third party cloud solutions and elements. In our case, we integrated StackHawk security solutions.

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

If you are an ASS user generally, there's nothing to dislike. As with everything in AWS, it's intuitive, the controls are clear and easy to understand. Building servers and configurations is fast and easy, and mobile app integration is simple and convenient. I have no dislikes or complaints.

**Recommendations to others considering AWS Cloud Development Kit (AWS CDK):**

If you are using AWS generally to host a cloud server build and system configuration then it absolutely makes sense to use AWSCDK, particularly for the integration of tools and elements that may come from outside the Amazon family. That's what we've been able to do, and our team is delighted.

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

Our specific interest was to build in and integrate cloud security, penetration testing, load testing, threat assessment, etc. We wanted to have real time monitoring of our cloud, servers, apps, dbs, etc. For that, we turned to StackHawk, and with AWSCDK, we were able to integrate things quickly and easily. We chose to integrate with Codebuild, as well as the general CI/CD tools we run within EKS and EC2AWSCDK where we were able to build out AWS resources programmatically. There's nothing in there that disqualifies the uses we were seeking, and with the high value and critical importance of security at so many levels today, we felt this was the best way to go.

  ### 50. Open source and easy use with python and reusable of template

**Rating:** 5.0/5.0 stars

**Reviewed by:** Bikram P. | Senior DevOps Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 06, 2022

**What do you like best about AWS Cloud Development Kit (AWS CDK)?**

Use with python, and easy to understand the template which we using

**What do you dislike about AWS Cloud Development Kit (AWS CDK)?**

Some graphical interactive. And more documenton required for customize

**What problems is AWS Cloud Development Kit (AWS CDK) solving and how is that benefiting you?**

In large infrastructure easy to manage infra with template


## AWS Cloud Development Kit (AWS CDK) Discussions
  - [What are the benefits and drawbacks of using AWS CDK for cloud infrastructure development?](https://www.g2.com/discussions/what-are-the-benefits-and-drawbacks-of-using-aws-cdk-for-cloud-infrastructure-development) - 1 comment
  - [What is AWS Cloud Development Kit (AWS CDK) used for?](https://www.g2.com/discussions/what-is-aws-cloud-development-kit-aws-cdk-used-for) - 1 comment
  - [How do I upgrade AWS CDK?](https://www.g2.com/discussions/how-do-i-upgrade-aws-cdk) - 1 comment
  - [How does AWS CDK work?](https://www.g2.com/discussions/how-does-aws-cdk-work) - 1 comment
  - [Will they provide support to other language as well?](https://www.g2.com/discussions/30613-will-they-provide-support-to-other-language-as-well) - 1 comment

- [View AWS Cloud Development Kit (AWS CDK) pricing details and edition comparison](https://www.g2.com/products/aws-cloud-development-kit-aws-cdk/reviews?filters%5Bnps_score%5D%5B%5D=5&section=pricing&secure%5Bexpires_at%5D=2026-08-10+16%3A21%3A22+-0500&secure%5Bsession_id%5D=eb0eeb62-a895-4b4e-88ae-592196e22823&secure%5Btoken%5D=5f7e5463f29449920141a466957b1161f8d0a959f4efe1ba116f83ebe230e1b5&format=llm_user)
## AWS Cloud Development Kit (AWS CDK) Integrations
  - [Amazon AWS Platform](https://www.g2.com/products/amazon-aws-platform/reviews)
  - [AWS S3 Objects to Alation](https://www.g2.com/products/aws-s3-objects-to-alation/reviews)
  - [Bitbucket](https://www.g2.com/products/bitbucket/reviews)
  - [CircleCI](https://www.g2.com/products/circleci/reviews)
  - [Confluence](https://www.g2.com/products/confluence/reviews)
  - [Jenkins](https://www.g2.com/products/jenkins/reviews)
  - [Jira](https://www.g2.com/products/jira/reviews)
  - [Rapid7 Managed Detection and Response Services](https://www.g2.com/products/rapid7-managed-detection-and-response-services/reviews)
  - [Splunk Enterprise](https://www.g2.com/products/splunk-enterprise/reviews)

## AWS Cloud Development Kit (AWS CDK) Features
**Additional Functionality**
- Role-Based Permissions
- Configurable Workflow
- Access Controls/Permissions
- Assignment Management
- Help Desk Management
- Projections
- Customizable Reports
- Issue Management
- Customizable Fields
- Reporting & Statistics
- API
- Alerts/Notifications
- Customizable Forms
- Recurring Issues
- Widgets
- Workflow Management
- Prioritization
- Third-Party Integrations
- Commenting/Notes
- Issue Auditing
- AI Copilot
- Task Management
- Real-Time Updates
- Generative AI
- Collaboration Tools
- Dashboard
- Self Service Portal
- Real-Time Notifications
- Support Ticket Management
- Drag & Drop
- Customizable Templates
- Project Management
- Issue Tracking
- Activity Dashboard
- Tagging
- Monitoring
- Service Level Agreement (SLA) Management
- Customizable Branding
- Multi-Channel Communication
- Support Ticket Tracking
- Task Progress Tracking
- Issue Scheduling
- Ticket Management
- Chat/Messaging
- Rules-Based Workflow
- Alerts/Escalation
- Real-Time Reporting
- Knowledge Base Management
- Surveys & Feedback
- SSL Security
- Activity Tracking
- Email Management

## Top AWS Cloud Development Kit (AWS CDK) Alternatives
  - [Google Cloud GPUs](https://www.g2.com/products/google-cloud-gpus/reviews) - 4.2/5.0 (10 reviews)
  - [Oracle Bare Metal Cloud Services](https://www.g2.com/products/oracle-bare-metal-cloud-services/reviews) - 4.4/5.0 (14 reviews)
  - [pgAdmin](https://www.g2.com/products/pgadmin/reviews) - 4.1/5.0 (70 reviews)

