Hey everyone! Right now I have most of my lambda ...
# help
r
Hey everyone! Right now I have most of my lambda defined into
serverless.yml
, trying to move them over sst but I want to do it over time. As of now, I do use a custom domain for my lambdas in the yaml file. Seed is handling everything with the custom domain. I tried to add a custom domain in my sst apiGateway stack, but it tries to create the custom domain, which I don't want. In the AWS console it is possible to add API mapping on an existing domain. And I was wondering if it is possible with the
APIGatewayV1API
object in sst.
f
Hey @Robert, as for a clean setup, it makes sense to have the SST app create the custom domain.
r
Thanks @Frank