dotnet lambda deploy-serverless vs template substitutions #2283
|
Hello, Please can someone point me in the right direction. |
Answered by
ianpowell2017
Feb 11, 2026
Replies: 1 comment
|
I've solve it To replace an array property entirely, add the objects like this
|
0 replies
Answer selected by
ianpowell2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've solve it
To replace an array property entirely, add the objects like this
--template-substitutions "$.Globals.Function.VpcConfig.SubnetIds=['subnet-1','subnet-2','subnet-3','subnet-4','subnet-5','subnet-6'];$.Globals.Function.VpcConfig.SecurityGroupIds=['sg-1']"