is there a way to publish the lambda with different aws-lambda-tools-xxx.json for different environment (prod, staging, dev)? #1176
Answered
by
ashishdhingra
xiaohui-hiwintech
asked this question in
Q&A
|
We have three environments (prod, staging, dev), is there a way that we can use different |
Answered by
ashishdhingra
May 16, 2022
Replies: 1 comment 1 reply
|
@xiaohui-gsv I do not think you could use different I came across the link #126 (comment) that might be helpful. |
1 reply
Answer selected by
xiaohui-hiwintech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@xiaohui-gsv I do not think you could use different
aws-lambda-tools.default.jsonper environment? However, the AWS Extensions for .NET CLI tooling supports--config-filecommand line switch to override the default config file (refer aws/aws-extensions-for-dotnet-cli#54 (comment)).I came across the link #126 (comment) that might be helpful.