serverless-client-s3
serverless-client-s3 copied to clipboard
client URL is wrong?
Hello serverless-Team,
after deploying to eu-central-1 using sls client deploy the following message appears:
Serverless: Deploying client to stage "dev" in region "eu-central-1"...
Serverless: Finishing deployment...
Serverless: Successfully deployed client to: XXX.s3-website-eu-central-1.amazonaws.com
My static website is not running on that URL. It runs on XXX.s3-website.eu-central-1.amazonaws.com/. So between website and eu there should be a . instead of a -.
Is this a general bug? Am i doing something wrong?
hmmmm thats...strange! will look into it asap 😊