当前位置: 首页 > 软件库 > 云计算 > >

aws-cdk

授权协议 Apache-2.0 License
开发语言 C/C++
所属分类 云计算
软件类型 开源软件
地区 不详
投 递 者 傅啸
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

AWS Cloud Development Kit (AWS CDK)

Build Status

The AWS Cloud Development Kit (AWS CDK) is an open-source software developmentframework 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 usingthe power of modern programming languages. Using the CDK’s library ofinfrastructure constructs, you can easily encapsulate AWS best practices in yourinfrastructure definition and share it without worrying about boilerplate logic.

The CDK is available in the following languages:


Jump To:Developer Guide |API Reference |Getting Started |Getting Help |Contributing |RFCs |Roadmap |More Resources


Developers use the CDK framework in one of thesupported programming languages to define reusable cloud components called constructs, whichare 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 tosynthesize 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 eachAWS service with constructs that offer rich APIs that encapsulate the details ofhow to use AWS. The AWS Construct Library aims to reduce the complexity andglue-logic required when integrating various AWS services to achieve your goalson AWS.

Modules in the AWS Construct Library are designated Experimental while we buildthem; experimental modules may have breaking API changes in any release. Aftera module is designated Stable, it adheres to semantic versioning,and only major releases can have breaking changes. Each module's stability designationis available on its Overview page in the AWS CDK API Reference.For more information, see Versioningin 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 ≥ 10.13.0). We recommend using a version in Active LTS ⚠️ versions 13.0.0 to 13.6.0 are not supported due to compatibility issues with our dependencies.

$ npm i -g aws-cdk

(See Manual Installation for installing the CDK from a signed .zip file).

Initialize a project:

$ mkdir hello-cdk
$ cd hello-cdk
$ cdk init sample-app --language=typescript

This creates a sample project looking like this:

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:

$ cdk deploy

Use the cdk command-line toolkit to interact with your project:

  • cdk deploy: deploys your app into an AWS account
  • cdk synth: synthesizes an AWS CloudFormation template for your app
  • cdk 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:

Roadmap

The AWS CDK Roadmap project board 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. SeeCONTRIBUTING.md for information on how to set up a developmentenvironment and submit code.

Metrics collection

This solution collects anonymous operational metrics to help AWS improve thequality and features of the CDK. For more information, including how to disablethis capability, please see thedeveloper guide.

More Resources

  • CDK Workshop
  • 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
 相关资料
  • 我有一个Powershell Lambda,我希望通过AWS CDK部署它,但在运行时遇到问题。 通过手动发布AWSPowerShellLambda部署Powershell可以: 但是,与CDK一起部署的同一脚本不会记录到CloudWatch日志,即使它具有以下权限: powershell脚本当前仅包含以下行,在CLI上由Publish AWSPowerShellLambda部署时可以工作: 注意

  • 我想知道使用AWS OpsWorks与AWS Beanstalk和AWS CloudFormation的优缺点是什么? 我感兴趣的是一个可以自动伸缩的系统,它可以处理任意数量的并发web请求(从每分钟1000个请求到1000万rpm),包括一个可以自动伸缩的数据库层。 理想情况下,我希望有效地共享一些硬件资源,而不是为每个应用程序提供单独的实例。在过去,我主要使用EC2实例RDS Cloudtop

  • AWS CDK RFCs This repo is a place to propose and track major upcoming changes to AWS CDK, jsii, andother related projects. It also is a great place to learn about the current andfuture state of the li

  • AWS

    介绍如何在AWS上获取在云联壹云平台需要使用的配置参数。 获取AWS的访问密钥 使用AWS主账号(或拥有AdministratorAccess管理权限的子账号)登录AWS管理控制台,单击 “IAM” 菜单项,进入IAM控制面板页面。 单击左侧菜单栏 “用户” 菜单项,进入用户管理列表,单击用户名名称项,进入指定用户详情页面。注意需要选择有足够管理权限的用户。 单击“安全证书”页签。 单击 “创建访

  • AWS

    AWS Global Infrastructure AWS Global Cloud - A single global cloud, is made up of devices and Services in many regions. AWS Region - A physical location around the world where Amazon have equipment(de

  • aws

    A collection of bash shell scripts for automating various tasks with Amazon Web Services using the AWS CLI and jq. https://github.com/swoodford/aws Table of contents Why Getting Started What's Include