You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When supplying a TTL value, stack creation will fail with Received response status [FAILED] from custom resource. Message returned: invalid resource properties: '60' is not of type 'number
This probably happens because when using a custom resource, the parameters are sent as string, however the custom resource is enforcing it to be a number type
When supplying a TTL value, stack creation will fail with
Received response status [FAILED] from custom resource. Message returned: invalid resource properties: '60' is not of type 'number
This probably happens because when using a custom resource, the parameters are sent as string, however the custom resource is enforcing it to be a
number
typehttps://github.com/binxio/cfn-cross-account-dns-provider/blob/main/src/cfn_cross_account_dns_provider/cross_account_dns.py#L30
It neither works when using a Parameter with Type Number and then referring to it via
!Ref TTL
.The text was updated successfully, but these errors were encountered: