Created
September 13, 2017 20:41
-
-
Save ErickWendel/30bd127b2a33f2f29cd5332ca87297cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws dynamodb scan --table-name leads \ | |
--select COUNT \ | |
--filter-expression "credor = :s and #lead_status = :st" \ | |
--expression-attribute-names '{"#lead_status": "status"}' \ | |
--expression-attribute-values '{ ":s": { "S": "REDECARD" }, ":st": { "S": "active" } }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment