amplify-education / serverless-domain-manager

Serverless plugin for managing custom domains with API Gateways.
MIT License
939 stars 232 forks source link

Lambda URLs Custom Domain Names? #619

Open adminy opened 8 months ago

adminy commented 8 months ago

Community Note

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.