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

Include query params into HttpService #54

Open isaacperaza opened 6 years ago

isaacperaza commented 6 years ago

Hi Justin, I found a bug that does not affect space finder app, but it affects developers that use space finder as the code base to create a mobile app with AWS.

Bug: Http request is not sending query parameters (/basepath/endpointname?query=sometext)

The bug is not related to Angular Http component, problem is that we override RequestOptions on HttpService component.

I hope you understand that this is an important bug that should be solved.