hey all, I’m deploying a Serverless framework setu...
# seed
j
hey all, I’m deploying a Serverless framework setup using Seed. My events are using AWS HTTP API (as opposed to Rest API). I’m not seeing the ability to add a custom domain to my endpoints via seed. Is this only available for Rest APi or am I doing something wrong?
f
Hey @Joel Friedman, yeah setting domains for HTTP API is not yet supported for Serverless Framework projects.
It’s on our roadmap, I will keep you posted!
In the meanwhile, have you checked out the domain manager plugin?
j
Thanks Frank that’s what I ended up doing it. Using seed looked much easier (not that domain manager is hard) so I wanted to go that route