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
@jamestelfer thanks again for raising this. It should be fixed now with release v3.48.0. I'll close the issue out but let us know if you run into anything!
Expected Behaviour
Given an API Gateway integration with the v1 protocol in use, a simple Lambda function should return 200 OK on a valid route.
Actual Behaviour
API gateway returned 500. With no change to any other configuration, changing the API Gateway to use protocol version 2 fixed the issue.
Using the function handler directly (without Datadog), the same function code responds with 200 OK for both protocol versions.
Steps to Reproduce the Problem
Specifications
Workaround
Downgrade the layer to the previous release (v3.44.0)
The text was updated successfully, but these errors were encountered: