Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to use AWS API without Authentication Token

I try to use AWS lambda. I don't want to use any authentication - it is a simple test function. I receive

{
    "message": "Missing Authentication Token"
}

Is it possible to use AWS API without Authentication Token?

Thanks in advance.

like image 293
den123 Avatar asked Oct 16 '25 03:10

den123


1 Answers

Yes, it's possible. You can configure if you want to use Authorization, Request Validator or API key for each resource you created.

Also make sure you invoke the right URL and path of your API, because I had the same issue when I tried to trigger an undeclared path.

AWS console

like image 54
Pavel Avatar answered Oct 17 '25 19:10

Pavel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!