Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with the distributor service serverless.yml file #14

Open
raghunemani opened this issue Feb 17, 2020 · 1 comment
Open

Issue with the distributor service serverless.yml file #14

raghunemani opened this issue Feb 17, 2020 · 1 comment

Comments

@raghunemani
Copy link

I picked the latest code ( where Chapter 2-3 are combined). I changed the region to us-east-1.
It would be nice if you could parameterize the region, it is not fair to expect everyone to be by default in eu-west-1
I am getting a Time out error:
Serverless Error ---------------------------------------

connect ETIMEDOUT 92.242.140.21:443

@pelger
Copy link
Contributor

pelger commented Feb 20, 2020

Hi Raghu,
Thanks for logging this issue. If you look at the serverless yaml files you should see that we follow this pattern:

custom:
region: ${env:AWS_DEFAULT_REGION, 'eu-west-1'}

This means that the region will be set to the AWS_DEFAULT_REGION environment variable but will default to eu-west-1 if that is not set. Open to suggestions though, how do think we should parameterise this?

Could you please supply me with a little more detail on the timeout. I don't really have enough information to address the issue from your comment above.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants