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
The way I solved this is by converting to number during serialization of a bigint. So you should always pass down the plain object to the AWS SDK by invoking the serialize method.
I wanted to keep a distinction between integer and float numbers, but we can revisit that in case it becomes too complicated or not intuitive.
hi, passing bigints to the aws-sdk will result in an error. maybe use numbers instead?
The text was updated successfully, but these errors were encountered: