Deploying using AWS CodePipeline

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

Contents


More Related Answers

  • aws codepipeline get-pipeline aa
  • Generating starter pipeline for AWS CodePipeline

  • Deploying using AWS CodePipeline

    0
    Tip Pragya Keshap 1 GREPCC

    To configure your AWS CodePipeline pipeline to automate the build and deployment of your AWS SAM application, your AWS CloudFormation template and buildspec.yml file must contain lines that do the following:

    Reference a build container image with the necessary runtime from the available images. The following example uses the public.ecr.aws/sam/build-nodejs14.x build container image.

    Configure the pipeline stages to run the necessary AWS SAM command line interface (CLI) commands. The following example runs two AWS SAM CLI commands: sam build and sam deploy (with necessary options). 

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


    X

    Sign in 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.