Guest User

Untitled

a guest
Sep 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "aws_key" : ""
  3. , "aws_secret" : ""
  4. , "aws_cache_dir" : "/tmp/"
  5. , "table" : {
  6. "TableName" : "testTable"
  7. , "KeySchema" : {
  8. "HashKeyElement" : {
  9. "AttributeName" : "Id"
  10. , "AttributeType" : "N"
  11. }
  12. , "RangeKeyElement" : {
  13. "AttributeName" : "Date"
  14. , "AttributeType" : "N"
  15. }
  16. }
  17. , "ProvisionedThroughput" : {
  18. "ReadCapacityUnits" : 5
  19. , "WriteCapacityUnits" : 5
  20. }
  21. }
  22. }
Add Comment
Please, Sign In to add comment