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
I did a custom DynamoDB client middleware to log used capacity units when a specific environment variable is set by mutating the input to the operations to include the ReturnConsumedCapacity when said env variable is configured, but the input that is mutated is ignored completely and only the original command input is serialized in the request
Regression Issue
Select this option if this issue appears to be a regression.
Checkboxes for prior research
Describe the bug
I did a custom DynamoDB client middleware to log used capacity units when a specific environment variable is set by mutating the input to the operations to include the
ReturnConsumedCapacity
when said env variable is configured, but the input that is mutated is ignored completely and only the original command input is serialized in the requestRegression Issue
SDK version number
@aws-sdk/[email protected]
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.11.0
Reproduction Steps
Observed Behavior
ReturnConsumedCapacity is ignored in the new input
Expected Behavior
ReturnConsumedCapacity should not be ignored and the DynamoDB operations should return the CapacityUnits used
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: