Sasha Mat

Results 2 comments of Sasha Mat

I'm a new in bash scripting, but this can give you some ideas ``` bash #!/bin/bash REVISION_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/data/meta/revision" REVISIONS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}"...

@Drarig29 > I was already using this trick to set `event.payload.request.ReturnConsumedCapacity = 'TOTAL'` so that I can log every request with the consumed capacity. Thank you for this specific hint!