amazon-archives / amazon-cognito-auth-js

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.
Apache License 2.0
424 stars 232 forks source link

Authorize lambda to access ec2 instance protected with cognito #155

Open KrifaYounes opened 5 years ago

KrifaYounes commented 5 years ago

I have a lambda developed in node js. I have to allow my lambda to access a Java Api protected with cognito. My lambda is a job run each hour and there is no login form. How my lambda can access the ressource without authentication on my protected JavaApi with cognito thanks.