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.

没有答案

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则