serverless-components / website

:zap: Instantly deploy static website on serverless infrastructure with zero configuration using Serverless Components.
https://serverless.com
Apache License 2.0
157 stars 49 forks source link

Unsupported AWS ACM Certificate status #34

Open shadrech opened 4 years ago

shadrech commented 4 years ago

I keep getting this error:

Error: Your AWS ACM Certificate for the domain "domain.com" has an unsupported status of: "VALIDATION_TIMED_OUT".  Please remove it manually and deploy again.

My serverless.yml is like

name: website

website:
  component: '@serverless/website'
  inputs:
    code:
      src: build
      hook: yarn build
    domain: sub.domain.com
    region: eu-west-1

Maybe is there an issue assigning a subdomain to the website?

shadrech commented 4 years ago

Similar to this issue https://github.com/serverless/components/issues/557

eahefnawy commented 4 years ago

Hey @shadrech ... we've made huge changes to components and I think this is no longer an issue. Could you confirm?