-
|
Hi, I have setup a API function in Lambda using bref that downloads a PDF. When I send a single GET request to the API I am seeing two RequestId logs but with different ids. I am not sure why I am seeing two for a single request? The first includes the init duration and the second doesn't. Is it downloading the code etc. first and then spawning another request to handle the actual HTTP request? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
mnapoli
Apr 25, 2024
Replies: 1 comment 1 reply
-
|
The second request is most likely the /favicon.ico request from your browser. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
NJPod
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The second request is most likely the /favicon.ico request from your browser.