developer video for a software engineer is developing a serverless application which will use a DynamoDB database. One of the requirements is that each write
A software engineer is developing a serverless application which will use a DynamoDB database. One of the requirements is that each write request should return the total number of write capacity units consumed, with subtotals for the table and any secondary indexes that were affected by the operation. What should be done to accomplish this feature?