Coder Social home page Coder Social logo

botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: "https://lambda.us-west-1.amazonaws.com/2015-03-31/functions/ayo" about chalice HOT 4 CLOSED

aws avatar aws commented on May 16, 2024
botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: "https://lambda.us-west-1.amazonaws.com/2015-03-31/functions/ayo"

from chalice.

Comments (4)

whatsdis avatar whatsdis commented on May 16, 2024 16

I modified the config and no longer get this error.

from chalice.

jamesls avatar jamesls commented on May 16, 2024

That error suggests it can't even establish a connection to the lambda endpoint. Are you able to curl the output? What happens if you just try to curl the url? You should get something like this:

$ curl -i https://lambda.us-east-1.amazonaws.com/
HTTP/1.1 403 Forbidden
Date: Fri, 29 Jul 2016 17:26:03 GMT
x-amzn-RequestId: 86c55406-55b1-11e6-9293-a584f4f4075f
Content-Length: 127
Connection: keep-alive

<MissingAuthenticationTokenException>
  <Message>Missing Authentication Token</Message>
</MissingAuthenticationTokenException>

from chalice.

cbleach avatar cbleach commented on May 16, 2024

@whatsdis How did you modify the conifg?

from chalice.

manohar2000 avatar manohar2000 commented on May 16, 2024

After you have installed CLI. Use the following command to change the config in cmd
$ aws configure
AWS Access Key ID [None]: "Your_access_key_id"
AWS Secret Access Key [None]: "Your_secret_access_key"
Default region name [None]: "your_zone"
Default output format [None]: json

for more info refer : https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html#cli-quick-configuration

from chalice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.