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.

沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南