website icon indicating copy to clipboard operation
website copied to clipboard

domain not found in account

Open jasonrberk opened this issue 6 years ago • 3 comments

following the example, I'm getting this error:

Domain <my domain> was not found in your AWS account. Please purchase it from Route53 first then try again.
    at getDomainHostedZoneId (/Users/<me>/.serverless/components/registry/npm/@serverless/[email protected]/node_modules/@serverless/domain/utils.js:105:11)

found this: https://www.npmjs.com/package/@serverless/domain

but there's no link to a repo

jasonrberk avatar Sep 10 '19 21:09 jasonrberk

also, is there any way to run these examples WITHOUT installing SLS globally?

jasonrberk avatar Sep 10 '19 21:09 jasonrberk

ok....installed sls via npm install serverless and I run it with npx sls.

jasonrberk avatar Sep 11 '19 02:09 jasonrberk

now I'm getting a credentials error when using an ALKS account (https://github.com/Cox-Automotive/alks-cli). My .env file has a AWS_SESSION_TOKEN that I don't think is being used. things seem to work when I use a personal account that only need the ID and SECRET

jasonrberk avatar Sep 11 '19 02:09 jasonrberk