You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am configuring a Lambda through SAM and connecting it to API Gateway and Route 53 to create API. After deploying to AWS and conducting tests, I connected the domain and certificate to Route 53.
When defining the API in SAM, I explicitly included the query string, and it appears correctly in AWS as well. However, when I call the API with the query string included, the request does not reach the Lambda and I receive a 400 response. If I remove all query strings and try again, the request reaches the Lambda, and I can see the logs in CloudWatch. API Gateway also has a feature to log to CloudWatch, and I have configured this as well. However, when the query string is present, no logs are recorded.
I am unsure what the issue might be. I would appreciate any help you can provide. Thank you.
The text was updated successfully, but these errors were encountered:
I am concerned that too much of the image might be obscured, but I have hidden it just in case. If you need any additional information, please let me know, and I will provide it. Thank you for your understanding.
Would you be able to provide a simple reproducible example so that we can investigate the issue on our side?
mndeveci
added
blocked/more-info-needed
More info is needed from the requester. If no response in 14 days, it will become stale.
and removed
stage/needs-triage
Automatically applied to new issues and PRs, indicating they haven't been looked at.
labels
Jun 18, 2024
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Hello, I am configuring a Lambda through SAM and connecting it to API Gateway and Route 53 to create API. After deploying to AWS and conducting tests, I connected the domain and certificate to Route 53.
When defining the API in SAM, I explicitly included the query string, and it appears correctly in AWS as well. However, when I call the API with the query string included, the request does not reach the Lambda and I receive a 400 response. If I remove all query strings and try again, the request reaches the Lambda, and I can see the logs in CloudWatch. API Gateway also has a feature to log to CloudWatch, and I have configured this as well. However, when the query string is present, no logs are recorded.
I am unsure what the issue might be. I would appreciate any help you can provide. Thank you.
The text was updated successfully, but these errors were encountered: