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

AWS CDK Construct Levels L1-L2-L3 Constructs

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

Contents


More Related Answers

  • AWS Solutions Constructs with Levels L1 - L2 - L3 Pattern Construct

  • AWS CDK Construct Levels L1-L2-L3 Constructs

    0

    Constructs are the basic building blocks of AWS CDK apps. A construct represents a "cloud component" and encapsulates everything AWS CloudFormation needs to create the component.

    Note

    Constructs are part of the Construct Programming Model (CPM). They're also used by other tools such as CDK for Terraform (CDKtf), CDK for Kubernetes (CDK8s), and Projen.

    A construct can represent a single AWS resource, such as an Amazon Simple Storage Service (Amazon S3) bucket. A construct can also be a higher-level abstraction consisting of multiple related AWS resources. Examples of such components include a worker queue with its associated compute capacity, or a scheduled job with monitoring resources and a dashboard.

    The AWS CDK includes a collection of constructs called the AWS Construct Library, containing constructs for every AWS service

    https://docs.aws.amazon.com/cdk/v2/guide/constructs.html

    Popularity 3/10 Helpfulness 1/10 Language java
    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.