fullstack-app icon indicating copy to clipboard operation
fullstack-app copied to clipboard

Custom domains does not work for domains like mysite.co.nz in express component

Open pdemich opened this issue 5 years ago • 0 comments

Hi there, i tried to deploy express component with custom domain. It times out. tail of the sls debug: eploying... Deploying Express App... Packaging Express.js application... Unzipping /tmp/f22um5/source.zip... Files unzipped into /tmp/124af1u... Installing Express + AWS Lambda handler... Installing Serverless Framework SDK... Zipping files... Files zipped into /tmp/1zrzrh.zip... Verifying the provided IAM Role with the name: permissions-dev in the inputs exists... Creating or updating the meta IAM Role... The provided IAM Role with the name: permissions-dev in the inputs exists. Meta IAM Role created or updated with ARN arn:aws:iam::764972025726:role/api-bpfdjni-meta-role No AWS Lambda function found. Creating one with the name: api-bpfdjni-function Creating AWS Lambda... Lambda created with ARN arn:aws:lambda:us-east-1:764972025726:function:api-bpfdjni-function Verifying alias "default"... Alias "default" not found. Creating... Alias "default" created. API not found. Creating API with name: api-api... API api-api created with ID ezd9fywszb Add permission to Lambda enabling API Gateway with this ARN to call it: arn:aws:execute-api:us-east-1:764972025726:ezd9fywszb// Permission successfully added to AWS Lambda for API Gateway Getting Route53 Hosted Zone ID for domain: co.nz Domain hosted zone id for co.nz is Z050840636UWGRLMLF294 Checking if a certificate for the co.nz domain exists

anything i'm doing wrong?

pdemich avatar Jan 02 '21 21:01 pdemich