如何使用带有可选参数的覆盖参数将参数传递给 sam 模板

How to pass parameters to sam template with override-parameters with optional parameters

我想创建一个包含 lambda 和几个 sq 的 SAM template.yml。我想用参数部署它,但不填充所有 sqs,只有一些取决于我需要部署它的环境。如何创建填充了部分参数的模板?

我在 CloudFormation 中找到了如何做到这一点: https://aws.amazon.com/blogs/infrastructure-and-automation/conditionally-launch-aws-cloudformation-resources-based-on-user-input/

以下是在 SAM 模板中的操作方法: https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification-template-anatomy.html