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
We have noticed that WSO2 does not pass the request body to the lambdas in the API Manager 4.3.0 version. However, in 4.2, the request body passes to the lambdas perfectly. The steps we have followed in both 4.2 and 4.3 are as below.
We enabled debug logs to the org.wso2.carbon.apimgt.gateway.mediators.AWSLambdaMediator class before invoking this API. While analyzing the logs we were able to identify that the body is not sending in 4.3, but in 4.2 we can see the body.
Description
Hi team,
We have noticed that WSO2 does not pass the request body to the lambdas in the API Manager 4.3.0 version. However, in 4.2, the request body passes to the lambdas perfectly. The steps we have followed in both 4.2 and 4.3 are as below.
We enabled debug logs to the
org.wso2.carbon.apimgt.gateway.mediators.AWSLambdaMediator
class before invoking this API. While analyzing the logs we were able to identify that the body is not sending in 4.3, but in 4.2 we can see the body.API Manager-4.2.0
"body":{"name":"niran"}
API Manager-4.3.0
"body":{}
Thanks & Regards,
Niran Peiris
Steps to Reproduce
Affected Component
APIM
Version
4.3.0
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: