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

AWS CDK - Application - Stacks - Resources via Constructs => CF

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

Contents


More Related Answers

  • custom Constructs that we can develop using AWS CDK
  • AWS CDK Core Concepts - Apps - Stacks - Constructs - Environments

  • AWS CDK - Application - Stacks - Resources via Constructs => CF

    0

    The standard AWS CDK development workflow is similar to what you're already familiar with as a developer, with only a few extra steps.

    Create the app from a template provided by the AWS CDK.

    Add code to the app to create resources within stacks.

    (Optional) Build the app. (The AWS CDK Toolkit does this for you if you forget.)

    Synthesize one or more stacks in the app to create an AWS CloudFormation template.

    Deploy one or more stacks to your AWS account.

    The build step catches syntax and type errors. The synthesis step catches logical errors in defining your AWS resources. The deployment may find permission issues. As always, you go back to the code, find the problem, fix it, then build, synthesize, and deploy again.

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

    Popularity 1/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.