https://github.com/aws/aws-cdk
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
22 of 1840 committers (1.2%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
Basic Info
- Host: GitHub
- Owner: aws
- License: apache-2.0
- Language: TypeScript
- Default Branch: main
- Homepage: https://aws.amazon.com/cdk
- Size: 1.39 GB
Statistics
- Stars: 12,376
- Watchers: 226
- Forks: 4,237
- Open Issues: 2,416
- Releases: 0
Topics
Metadata Files
README.md
AWS Cloud Development Kit (AWS CDK)
The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud infrastructure in code and provision it through AWS CloudFormation.
It offers a high-level object-oriented abstraction to define AWS resources imperatively using the power of modern programming languages. Using the CDKs library of infrastructure constructs, you can easily encapsulate AWS best practices in your infrastructure definition and share it without worrying about boilerplate logic.
The CDK is available in the following languages:
- JavaScript, TypeScript (Node.js >= 20.x)
- We recommend using a version in Active LTS
- Python (Python 3.8)
- Java (Java 8 and Maven 3.5.4)
- .NET (.NET 8.0)
- Go (Go 1.16.4)
Third-party Language Deprecation: language version is only supported until its EOL (End Of Life) shared by the vendor or community and is subject to change with prior notice.
\ Jump To: Developer Guide | API Reference | Getting Started | Getting Help | Contributing | RFCs | Roadmap | More Resources
Developers use the CDK framework in one of the supported programming languages to define reusable cloud components called constructs, which are composed together into stacks, forming a "CDK app".
They then use the AWS CDK CLI to interact with their CDK app. The CLI allows developers to synthesize artifacts such as AWS CloudFormation Templates, deploy stacks to development AWS accounts and "diff" against a deployed stack to understand the impact of a code change.
The AWS Construct Library includes a module for each AWS service with constructs that offer rich APIs that encapsulate the details of how to use AWS. The AWS Construct Library aims to reduce the complexity and glue-logic required when integrating various AWS services to achieve your goals on AWS.
Modules in the AWS Construct Library are designated Experimental while we build them; experimental modules may have breaking API changes in any release. After a module is designated Stable, it adheres to semantic versioning, and only major releases can have breaking changes. Each module's stability designation is available on its Overview page in the AWS CDK API Reference. For more information, see Versioning in the CDK Developer Guide.
Getting Started
For a detailed walkthrough, see the tutorial in the AWS CDK Developer Guide.
At a glance
Install or update the AWS CDK CLI from npm (requires Node.js 14.15.0). We recommend using a version in Active LTS
sh
npm i -g aws-cdk
(See Manual Installation for installing the CDK from a signed .zip file).
Initialize a project:
sh
mkdir hello-cdk
cd hello-cdk
cdk init sample-app --language=typescript
This creates a sample project looking like this:
```ts export class HelloCdkStack extends cdk.Stack { constructor(scope: cdk.App, id: string, props?: cdk.StackProps) { super(scope, id, props);
const queue = new sqs.Queue(this, 'HelloCdkQueue', {
visibilityTimeout: cdk.Duration.seconds(300)
});
const topic = new sns.Topic(this, 'HelloCdkTopic');
topic.addSubscription(new subs.SqsSubscription(queue));
} } ```
Deploy this to your account:
sh
cdk deploy
Use the cdk command-line toolkit to interact with your project:
cdk deploy: deploys your app into an AWS accountcdk synth: synthesizes an AWS CloudFormation template for your appcdk diff: compares your app with the deployed stack
Getting Help
The best way to interact with our team is through GitHub. You can open an issue and choose from one of our templates for bug reports, feature requests, documentation issues, or guidance.
If you have a support plan with AWS Support, you can also create a new support case.
You may also find help on these community resources:
- Look through the API Reference or Developer Guide
- The #aws-cdk Slack channel in cdk.dev
- Ask a question on Stack Overflow
and tag it with
aws-cdk
Roadmap
The AWS CDK Roadmap lets developers know about our upcoming features and priorities to help them plan how to best leverage the CDK and identify opportunities to contribute to the project. See ROADMAP.md for more information and FAQs.
Contributing
We welcome community contributions and pull requests. See CONTRIBUTING.md for information on how to set up a development environment and submit code.
Metrics collection
This solution collects anonymous operational metrics to help AWS improve the quality and features of the CDK. For more information, including how to disable this capability, please see the developer guide.
More Resources
- AWS CDK Immersion Day Workshop
- Construct Hub - Find and use open-source Cloud Development Kit (CDK) libraries
- Best Practices
- All developer blog posts about AWS CDK
- CDK Construction Zone - A Twitch live coding series hosted by the CDK team, season one episodes:
- Triggers: Join us as we implement Triggers, a Construct for configuring deploy time actions. Episodes 1-3:
- S1E1: Triggers (part 1); Participants: @NetaNir, @eladb, @richardhboyd
- S1E2: Triggers (part 2); Participants: @NetaNir, @eladb, @iliapolo
- S1E3: Triggers (part 3); Participants: @NetaNir, @eladb, @iliapolo, @RomainMuller
- S1E4: Tokens Deep Dive; Participants: @NetaNir,@rix0rrr, @iliapolo, @RomainMuller
- S1E5: Assets Deep Dive; Participants: @NetaNir, @eladb, @jogold
- S1E6: Best Practices; Participants: @skinny85, @eladb, @rix0rrr, @alexpulver
- S1E7: Tips and Tricks From The CDK Team; Participants: All the CDK team!
- Examples
- Changelog
- NOTICE
- License
Owner
- Name: Amazon Web Services
- Login: aws
- Kind: organization
- Email: open-source-github@amazon.com
- Location: United States of America
- Website: https://amazon.com/aws
- Repositories: 502
- Profile: https://github.com/aws
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Rico Huijbers | r****r@g****m | 1,321 |
| AWS CDK Automation | 4****n@u****m | 697 |
| Elad Ben-Israel | b****e@a****m | 650 |
| dependabot-preview[bot] | 2****]@u****m | 614 |
| AWS CDK Team | a****k@a****m | 351 |
| Adam Ruka | a****a@a****m | 343 |
| Jonathan Goldwasser | j****d@u****m | 332 |
| Niranjan Jayakar | n****a@a****m | 305 |
| Nick Lynch | n****h@a****m | 290 |
| Eli Polonsky | e****n@a****m | 288 |
| Romain Marcadier-Muller | r****r@a****m | 264 |
| Kaizen Conroy | 3****c@u****m | 258 |
| Cory Hall | 4****l@u****m | 251 |
| dependabot[bot] | 4****]@u****m | 238 |
| Momo Kornher | k****m@a****k | 208 |
| Shiv Lakshminarayan | s****s@a****m | 198 |
| Pahud Hsieh | p****t@g****m | 164 |
| Kazuho Cryer-Shinozuka | m****r@g****m | 158 |
| mazyu36 | y****6@g****m | 157 |
| kaizen3031593 | 3****3@u****m | 145 |
| k.goto | 2****k@u****m | 131 |
| Kendra Neil | 5****a@u****m | 125 |
| Otavio Macedo | o****o@p****m | 107 |
| Robert Djurasaj | r****d@u****m | 105 |
| Calvin Combs | 6****i@u****m | 103 |
| Neta Nir | n****r@g****m | 98 |
| Luca Pizzini | l****7@g****m | 89 |
| Michael Sambol | s****l@g****m | 86 |
| Otavio Macedo | 2****o@u****m | 80 |
| Romain Marcadier-Muller | r****r@t****t | 80 |
| and 1,810 more... | ||
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5,016
- Total pull requests: 8,383
- Average time to close issues: 7 months
- Average time to close pull requests: 13 days
- Total issue authors: 2,940
- Total pull request authors: 827
- Average comments per issue: 4.04
- Average comments per pull request: 4.42
- Merged pull requests: 5,475
- Bot issues: 139
- Bot pull requests: 361
Past Year
- Issues: 1,360
- Pull requests: 4,459
- Average time to close issues: 19 days
- Average time to close pull requests: 8 days
- Issue authors: 833
- Pull request authors: 365
- Average comments per issue: 1.49
- Average comments per pull request: 4.4
- Merged pull requests: 2,840
- Bot issues: 48
- Bot pull requests: 225
Top Authors
Issue Authors
- github-actions[bot] (139)
- mrgrain (68)
- garysassano (49)
- rix0rrr (43)
- mazyu36 (40)
- pahud (40)
- badmintoncryer (38)
- tmokmss (37)
- blimmer (35)
- iliapolo (32)
- rittneje (27)
- peterwoodworth (22)
- SamStephens (20)
- moltar (18)
- kaizencc (17)
Pull Request Authors
- aws-cdk-automation (913)
- mazyu36 (358)
- badmintoncryer (307)
- rix0rrr (301)
- mrgrain (290)
- kaizencc (273)
- dependabot[bot] (214)
- go-to-k (202)
- GavinZZ (168)
- msambol (156)
- paulhcsun (153)
- pahud (150)
- phuhung273 (123)
- moelasmar (118)
- Tietew (114)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 100
-
Total downloads:
- npm 1,120,883 last-month
- nuget 27,757,749 total
- pypi 1,444,092 last-month
- Total docker downloads: 3,508,760
-
Total dependent packages: 980
(may contain duplicates) -
Total dependent repositories: 15,154
(may contain duplicates) - Total versions: 18,245
- Total maintainers: 5
npmjs.org: @aws-cdk/aws-cloudwatch
The CDK Construct Library for AWS::CloudWatch
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-ssm
The CDK Construct Library for AWS::SSM
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-autoscaling
The CDK Construct Library for AWS::AutoScaling
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-s3-notifications
Bucket Notifications API for AWS S3
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-s3-notifications.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-stepfunctions-tasks
Task integrations for AWS StepFunctions
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-sns
The CDK Construct Library for AWS::SNS
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-sns.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-codepipeline-actions
Concrete Actions for AWS Code Pipeline
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-codepipeline-actions.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-s3-deployment
Constructs for deploying contents to S3 buckets
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-s3-deployment.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-dynamodb
The CDK Construct Library for AWS::DynamoDB
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-dynamodb.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-codebuild
The CDK Construct Library for AWS::CodeBuild
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-codebuild.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-elasticloadbalancing
The CDK Construct Library for AWS::ElasticLoadBalancing
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-elasticloadbalancing.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-backup
The CDK Construct Library for AWS::Backup
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-ses
The CDK Construct Library for AWS::SES
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-codedeploy
The CDK Construct Library for AWS::CodeDeploy
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-codedeploy.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-kinesisanalytics
The CDK Construct Library for AWS::KinesisAnalytics
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-fsx
The CDK Construct Library for AWS::FSx
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-fsx.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-location
The CDK Construct Library for AWS::Location
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-lambda-nodejs
The CDK Construct Library for AWS Lambda in Node.js
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-lambda-nodejs.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-acmpca
The CDK Construct Library for AWS::ACMPCA
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-acmpca.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-databrew
The CDK Construct Library for AWS::DataBrew
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-networkfirewall
The CDK Construct Library for AWS::NetworkFirewall
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-wafregional
The CDK Construct Library for AWS::WAFRegional
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-gamelift
The CDK Construct Library for AWS::GameLift
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-iotanalytics
The CDK Construct Library for AWS::IoTAnalytics
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/cloudformation-include
A package that facilitates working with existing CloudFormation templates in the CDK
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-appflow
The CDK Construct Library for AWS::AppFlow
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-kendra
The CDK Construct Library for AWS::Kendra
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-batch-alpha
The CDK Construct Library for AWS::Batch
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 2.95.1-alpha.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-auditmanager
The CDK Construct Library for AWS::AuditManager
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-ssmincidents
The CDK Construct Library for AWS::SSMIncidents
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-athena
The CDK Construct Library for AWS::Athena
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-athena.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-fis
The CDK Construct Library for AWS::FIS
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-devopsguru
The CDK Construct Library for AWS::DevOpsGuru
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-frauddetector
The CDK Construct Library for AWS::FraudDetector
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-iotfleethub
The CDK Construct Library for AWS::IoTFleetHub
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-kinesisanalytics
The CDK Construct Library for AWS::KinesisAnalytics
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-kinesisanalytics.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-aps
The CDK Construct Library for AWS::APS
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-evidently
AWS::Evidently Construct Library
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-personalize
AWS::Personalize Construct Library
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-elasticbeanstalk
The CDK Construct Library for AWS::ElasticBeanstalk
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-elasticbeanstalk.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-apigatewayv2-authorizers-alpha
This module is deprecated. All constructs are now available under aws-cdk-lib/aws-apigatewayv2-authorizers
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-apigatewayv2-authorizers-alpha.readthedocs.io/
- License: Apache-2.0
-
Latest release: 2.114.1a0
published about 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-kinesisfirehose-alpha
This module is deprecated. All constructs are now available under aws-kinesisfirehose
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-kinesisfirehose-alpha.readthedocs.io/
- License: Apache-2.0
-
Latest release: 2.186.0a0
published 11 months ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-kinesisanalyticsv2
AWS::KinesisAnalyticsV2 Construct Library
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-neptune
The CDK Construct Library for AWS::Neptune
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-neptune.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-quicksight
The CDK Construct Library for AWS::QuickSight
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-quicksight.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-appmesh
The CDK Construct Library for AWS::AppMesh
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-appmesh.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-iotsitewise
The CDK Construct Library for AWS::IoTSiteWise
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-iotsitewise.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-cur
The CDK Construct Library for AWS::CUR
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-cur.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-resourceexplorer2
AWS::ResourceExplorer2 Construct Library
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-docdbelastic
AWS::DocDBElastic Construct Library
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-memorydb
The CDK Construct Library for AWS::MemoryDB
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-memorydb.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
npmjs.org: @aws-cdk/aws-internetmonitor
AWS::InternetMonitor Construct Library
- Homepage: https://github.com/aws/aws-cdk
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-lambda-destinations
CDK Destinations Constructs for AWS Lambda
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-lambda-destinations.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-servicecatalog-alpha
The CDK Construct Library for AWS::ServiceCatalog
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-servicecatalog-alpha.readthedocs.io/
- License: Apache-2.0
-
Latest release: 2.22.0a0
published almost 4 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.aws-organizations
AWS::Organizations Construct Library
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-organizations.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
pypi.org: aws-cdk.app-delivery
Continuous Integration / Continuous Delivery for CDK Applications
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.app-delivery.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
proxy.golang.org: github.com/aws/aws-cdk
- Documentation: https://pkg.go.dev/github.com/aws/aws-cdk#section-documentation
- License: apache-2.0
-
Latest release: v2.170.0+incompatible
published about 1 year ago
Rankings
pypi.org: aws-cdk.aws-kinesisanalytics-flink
A CDK Construct Library for Kinesis Analytics Flink applications
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-kinesisanalytics-flink.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (2)
pypi.org: aws-cdk.cli-lib-alpha
AWS CDK Programmatic CLI library
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.cli-lib-alpha.readthedocs.io/
- License: Apache-2.0
-
Latest release: 2.1029.0a0
published 6 months ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.s3
The CDK Construct Library for AWS::S3 (Stability: Stable)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.cloudwatch
The CDK Construct Library for AWS::CloudWatch (Stability: Stable)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.cognito
The CDK Construct Library for AWS::Cognito (Stability: Stable)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.events.targets
Event targets for Amazon EventBridge (Stability: Stable)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.cdkassets.schema
Schema definition for the Asset Manifest (Stability: Deprecated)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.msk
The CDK Construct Library for AWS::MSK (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.config
The CDK Construct Library for AWS::Config (Stability: Stable)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.sagemaker
The CDK Construct Library for AWS::SageMaker (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.cloud9
The CDK Construct Library for AWS::Cloud9 (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.guardduty
The CDK Construct Library for AWS::GuardDuty (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.workspaces
The CDK Construct Library for AWS::WorkSpaces (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.appmesh
The CDK Construct Library for AWS::AppMesh (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.alexa.ask
The CDK Construct Library for Alexa::ASK (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.fms
The CDK Construct Library for AWS::FMS (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.detective
The CDK Construct Library for AWS::Detective (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.quicksight
The CDK Construct Library for AWS::QuickSight (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.devopsguru
The CDK Construct Library for AWS::DevOpsGuru (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.greengrassv2
The CDK Construct Library for AWS::GreengrassV2 (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.mwaa
The CDK Construct Library for AWS::MWAA (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.lookoutvision
The CDK Construct Library for AWS::LookoutVision (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.ses.actions
Receipt rule actions for AWS SES (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.lookoutmetrics
The CDK Construct Library for AWS::LookoutMetrics (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.lambda.python
The CDK Construct Library for AWS Lambda in Python (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.kinesisanalyticsv2
AWS::KinesisAnalyticsV2 Construct Library (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.forecast
AWS::Forecast Construct Library (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
pypi.org: aws-cdk.aws-internetmonitor
AWS::InternetMonitor Construct Library
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://aws-cdk.aws-internetmonitor.readthedocs.io/
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.aws.cognito.identitypool
The CDK Construct Library for AWS::Cognito Identity Pools (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
repo1.maven.org: software.amazon.awscdk:quicksight
The CDK Construct Library for AWS::QuickSight
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://appdoc.app/artifact/software.amazon.awscdk/quicksight/
- License: Apache License 2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
nuget.org: amazon.cdk.integtests
CDK Integration Testing Constructs (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
repo1.maven.org: software.amazon.awscdk:kinesisfirehose-destinations-alpha
This module is deprecated. All constructs are now available under aws-kinesisfirehose
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://appdoc.app/artifact/software.amazon.awscdk/kinesisfirehose-destinations-alpha/
- License: Apache License 2.0
-
Latest release: 2.186.0-alpha.0
published 11 months ago
Rankings
repo1.maven.org: software.amazon.awscdk:appconfig
The CDK Construct Library for AWS::AppConfig
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://appdoc.app/artifact/software.amazon.awscdk/appconfig/
- License: Apache License 2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
nuget.org: amazon.cdk.aws.organizations
AWS::Organizations Construct Library (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
nuget.org: amazon.cdk.monocdk.experiment
An experiment to bundle the entire CDK into a single module (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.66.0-devpreview
published over 5 years ago
Rankings
repo1.maven.org: software.amazon.awscdk:s3outposts
The CDK Construct Library for AWS::S3Outposts
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://appdoc.app/artifact/software.amazon.awscdk/s3outposts/
- License: Apache License 2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
repo1.maven.org: software.amazon.awscdk:ssmincidents
The CDK Construct Library for AWS::SSMIncidents
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://appdoc.app/artifact/software.amazon.awscdk/ssmincidents/
- License: Apache License 2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
repo1.maven.org: software.amazon.awscdk:ivs
The CDK Construct Library for AWS::IVS
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://appdoc.app/artifact/software.amazon.awscdk/ivs/
- License: Apache License 2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
repo1.maven.org: software.amazon.awscdk:cognito-identitypool-alpha
This module is deprecated. All constructs are now available under aws-cdk-lib/aws-cognito-identitypool
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://appdoc.app/artifact/software.amazon.awscdk/cognito-identitypool-alpha/
- License: Apache License 2.0
-
Latest release: 2.186.0-alpha.0
published 11 months ago
Rankings
nuget.org: amazon.cdk.aws.kendraranking
AWS::KendraRanking Construct Library (Stability: Experimental)
- License: Apache-2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Maintainers (1)
repo1.maven.org: software.amazon.awscdk:organizations
AWS::Organizations Construct Library
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://appdoc.app/artifact/software.amazon.awscdk/organizations/
- License: Apache License 2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
repo1.maven.org: software.amazon.awscdk:identitystore
AWS::IdentityStore Construct Library
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://appdoc.app/artifact/software.amazon.awscdk/identitystore/
- License: Apache License 2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
repo1.maven.org: software.amazon.awscdk:controltower
AWS::ControlTower Construct Library
- Homepage: https://github.com/aws/aws-cdk
- Documentation: https://appdoc.app/artifact/software.amazon.awscdk/controltower/
- License: Apache License 2.0
-
Latest release: 1.204.0
published over 2 years ago
Rankings
Dependencies
- hmarr/auto-approve-action v3.2.1 composite
- aws-actions/stale-issue-cleanup v6 composite
- rix0rrr/close-stale-prs main composite
- aws-actions/closed-issue-message v1 composite
- aws-github-ops/github-merit-badger main composite
- aws-github-ops/handle-stale-discussions v1 composite
- aws-github-ops/aws-issue-triage-manager main composite
- kaizencc/issue-reprioritization-manager main composite
- kaizencc/pr-triage-manager main composite
- kaizencc/pr-triage-manager main composite
- TheRealAmazonKendra/pr-linter-exemption-labeler main composite
- actions/upload-artifact v3 composite
- ./tools/ aws-cdk/prlint composite
- actions/checkout v4 composite
- actions/github-script v6 composite
- github/issue-metrics v2 composite
- peter-evans/create-issue-from-file v4 composite
- actions/checkout v4 composite
- thollander/actions-comment-pull-request d61db783da9abefc3437960d0cce08552c7c004f composite
- tj-actions/changed-files 76c4d81a6acd339b55bd7407a016981c853eb702 composite
- actions/checkout v4 composite
- actions/download-artifact v3 composite
- actions/setup-node v3 composite
- actions/upload-artifact v3 composite
- peter-evans/create-pull-request v5 composite
- actions/checkout v4 composite
- minicli/action-contributors v3.3 composite
- peter-evans/create-pull-request v5 composite
- actions/checkout v4 composite
- stefanzweifel/git-auto-commit-action v4 composite
- actions/cache v3 composite
- actions/checkout v4 composite
- actions/download-artifact v3 composite
- actions/setup-node v3 composite
- actions/upload-artifact v3 composite
- peter-evans/create-pull-request v5 composite
- jsii/superchain 1-buster-slim-node18 build
- public.ecr.aws/docker/library/alpine latest build
- public.ecr.aws/lambda/nodejs 18 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- public.ecr.aws/lambda/python 3.6 build
- github.com/aws/aws-lambda-go v1.28.0
- github.com/BurntSushi/toml v0.3.1
- github.com/aws/aws-lambda-go v1.28.0
- github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d
- github.com/cpuguy83/go-md2man/v2 v2.0.0
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/russross/blackfriday/v2 v2.0.1
- github.com/shurcooL/sanitized_anchor_name v1.0.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/testify v1.6.1
- github.com/urfave/cli/v2 v2.2.0
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v2 v2.2.2
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
- @nx/workspace ^16.8.1 development
- @types/node 18.11.19 development
- @types/prettier 2.6.0 development
- @yarnpkg/lockfile ^1.1.0 development
- cdk-generate-synthetic-examples ^0.1.291 development
- conventional-changelog-cli ^2.2.2 development
- fs-extra ^9.1.0 development
- graceful-fs ^4.2.11 development
- jest-junit ^13.2.0 development
- jsii-diff 1.88.0 development
- jsii-pacmak 1.88.0 development
- jsii-reflect 1.88.0 development
- jsii-rosetta ~5.1.13 development
- lerna ^7.3.0 development
- nx ^16.8.1 development
- patch-package ^6.5.1 development
- semver ^7.5.4 development
- standard-version ^9.5.0 development
- ts-jest ^29.1.1 development
- ts-node ^10.9.1 development
- typescript ~5.1.6 development
- string-width ^4.2.3
- @aws-cdk/cdk-build-tools 0.0.0 development
- @aws-cdk/pkglint 0.0.0 development
- @types/fs-extra ^9.0.13 development
- @types/glob ^7.2.0 development
- @types/npm ^7.19.0 development
- @types/semver ^7.5.2 development
- @types/yargs ^15.0.15 development
- @octokit/rest ^18.12.0
- aws-sdk ^2.1461.0
- axios ^0.27.2
- fs-extra ^9.1.0
- glob ^7.2.3
- jest ^29.7.0
- jest-junit ^14.0.1
- make-runnable ^1.4.1
- npm ^8.19.4
- p-queue ^6.6.2
- semver ^7.5.4
- ts-mock-imports ^1.3.8
- yaml 1.10.2
- yargs ^17.7.2
- unique-names-generator ^4.6.0
- @aws-cdk/cdk-build-tools 0.0.0 development
- @aws-cdk/integ-runner ^0.0.0 development
- @aws-cdk/pkglint 0.0.0 development
- @aws-sdk/client-acm 3.414.0 development
- @aws-sdk/client-rds 3.414.0 development
- @aws-sdk/client-s3 3.414.0 development
- delay 5.0.0 development
- @aws-cdk/integ-tests-alpha 0.0.0
- @aws-cdk/lambda-layer-kubectl-v24 ^2.0.242
- aws-cdk-lib 0.0.0
- aws-sdk ^2.1461.0
- aws-sdk-mock 5.6.0
- cdk8s ^2.64.16
- cdk8s-plus-24 2.12.1
- constructs ^10.0.0
- geonamescache ==1.3.0 test
- geonamescache ==1.3.0 test