amazon-archives / aws-serverless-auth-reference-app

Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
Other
754 stars 193 forks source link

ReferenceError: awsSignWeb is not defined #6

Closed rohitvinay closed 7 years ago

rohitvinay commented 7 years ago

A reference error comes while loading bookings with authClient ReferenceError: awsSignWeb is not defined

justonian commented 7 years ago

Hi Rohit-

When first cloning the project, you must be sure to run "bower install" in the /app directory to pull in the needed awsSignWeb library. This is a step in the readme that you probably skipped over accidentally.

Thanks,

Justin