Sam Morehouse
Results
3
comments of
Sam Morehouse
Seeing this not only on validate but also on deploy. template.yaml: ``` Parameters: Stage: Type: String Description: Which stage the code is in Default: test AllowedValues: - test - prod...
@jbernalvallejo That was definitely the issue w/ !Ref, thanks! The remaining issue would be around !FindInMap: ``` Parameters: Stage: Type: String Description: Which stage the code is in Default: test...