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.

回答なし

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ