Wildcard subdomains

Hi, is it possible to implement wildcard custom domains for api gateway? In other words, *.users.example.com. Amazon made an announcement about a year ago about this feature. I’m trying to create custom endpoints for each user.

https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html#wildcard-custom-domain-names

I’m using the serverless-domain-manager, but this requires a redefinition of each subdomain though it is serviced by the the same lambda function.

Gary

Wow. This is pretty old. Any plans to support this?

Well, actually, I see it IS supported. It just dumps the result of the stack deployment several times and spits out this error during all but the first: Error: Impossible to parse the output of “serverless info”:

I tried upgrading to the latest version of the plugin (7.0.2), but no change in the behavior.