Closed yemi-gbenebor closed 11 months ago
Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.
Description:
I have followed the suggested setup using: https://github.com/aws-samples/aws-sam-terraform-examples/blob/main/ga/api_gateway_v1/tf-resources/functions.tf
When I run sam local start-lambda, I get the following error:
This is due to a TF conditional statement, I would expect SAM CLI to download the TD module used and correctly interpret conditional instead, it thinks the conditional is the input value.
Steps to reproduce:
Observed result:
Expected result:
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
:Add --debug flag to command you are running