Use case description
Allow different values than plain string in httpApi.id property. While the stack creation works perfectly fine with external variables references, the deploy fails because info command expects the property to be string.
Proposed solution
Request ApiGatewayV2.getApi only if provided id is string or resolve property to plain id and then request aws api.
Use case description
Allow different values than plain string in
httpApi.idproperty. While the stack creation works perfectly fine with external variables references, thedeployfails becauseinfocommand expects the property to be string.Proposed solution
Request
ApiGatewayV2.getApionly if provided id is string or resolve property to plain id and then request aws api.