Pass parameter file in sam deploy command

0

I have created a parameter file which contains Parameters, Tags etc. I want to pass the parameter values to template.yml file. Parameter json file ->

{
    "Parameters": {
        "Bucket": "s3-my-softwares",
        "Path": "config/code/"
        "AccId": "123456789"
    }
}

Want to pass this parameter file during sam deploy. The command I am using is, sam deploy --template-file ${CODEBUILD_SRC_DIR}/template.yml --stack-name myfirstcftStack

Can you please help me.

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions