Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

AWS CDK CDK Solution Constructs and CDK Serverless Patterns and so on..

Pragya Keshap answered on February 13, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Benefits of AWS CDK
  • custom Constructs that we can develop using AWS CDK
  • Serverless + CDK Automation + Integration Patterns = AWSome!
  • AWS Serverless Deployments IaC with AWS CDK
  • AWS CDK - Cloud Development Kit
  • AWS CDK Lifecycle
  • CDK Serverless Patterns with Solution Constructs
  • Getting Started with AWS CDK with Developing our first CDK Application
  • Learn structure of a AWS CDK project.
  • Organize our Infrastructure Code with Creating our Solution Constructs on AWS CDK
  • AWS CDK

  • AWS CDK CDK Solution Constructs and CDK Serverless Patterns and so on..

    0

    Cloud applications are built using multiple components, such as virtual servers, containers, serverless functions, storage buckets, and databases. Being able to provision and configure these resources in a safe, repeatable way is incredibly important to automate your processes and let you focus on the unique parts of your implementation.

    With the AWS Cloud Development Kit (AWS CDK), you can leverage the expressive power of your favorite programming languages to model your applications. You can use high-level components called constructs, preconfigured with “sensible defaults” that you can customize, to quickly build a new application. The CDK provisions your resources using AWS CloudFormation to get all the benefits of managing your infrastructure as code. One of the reasons I like the CDK, is that you can compose and share your own custom components as higher-level constructs.

    As you can imagine, there are recurring patterns that can be useful to more than one customer. For this reason, today we are launching the AWS Solutions Constructs, an open source extension library for the CDK that provides well-architected patterns to help you build your unique solutions. CDK constructs mostly cover single services. AWS Solutions Constructs provide multi-service patterns that combine two or more CDK resources, and implement best practices such as logging and encryption.

    https://aws.amazon.com/blogs/aws/aws-solutions-constructs-a-library-of-architecture-patterns-for-the-aws-cdk/

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 13 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.