amplify-education / serverless-domain-manager

Serverless plugin for managing custom domains with API Gateways.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambda URLs Custom Domain Names?

adminy opened this issue Β· comments

Community Note

  • Please vote on this issue by adding a πŸ‘ reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Feature Request

Is your feature request related to a problem? Please describe.
Lambda urls are nice and easy to set up however creating the custom domains for them is a whole other story. Cloudfront is used to map to a lambda url function. it would be nice if this plugin didn't just do the lambdas that listen to http events but also url lambdas also, since all the config I would like to keep the same.

Describe the solution you'd like
The solution is that nothing changes config wise, it just takes into account url: true lambdas, to map those too.

Describe alternatives you've considered
Alternatively it could be a separate plugin, however I don't want to specify the same configuration twice.

Any Other Info
There is this plugin, that tries to do that, but its too out of date and not working. Also you have to specify the full arn of the certificate.