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 had a Lambda using aws-sdk-xray 1.4.0 where json was updated to 2.8.2. This led to require "aws-xray-sdk/lambda" failing with the following error. Reverting json back to 2.7.5 fixed this.
We had a Lambda using aws-sdk-xray 1.4.0 where json was updated to 2.8.2. This led to
require "aws-xray-sdk/lambda"
failing with the following error. Revertingjson
back to 2.7.5 fixed this.The text was updated successfully, but these errors were encountered: