Nathaniel

Results 5 issues of Nathaniel

Hello, When using AWS CLI v2, I get this error: `'Namespace' object has no attribute 'cli_binary_format'` On Windows 10, Python 3.8.1 AWS CLI v2 reference: https://aws.amazon.com/blogs/developer/aws-cli-v2-is-now-generally-available/ Thanks!

Similar to [this issue in another repo](https://github.com/markitx/dynamo-backup-to-s3/issues/38), I am trying to restore a table that has items with a binary attribute (attribute name `text`). Here is the gulp command, and...

I would like to: 1) backup from dynamodb table in account A into S3 bucket owned by account B. 2) restore from S3 bucket owned by account B into dynamodb...

I have 3 AWS accounts (for dev, staging, live) and use a single master IAM user to access all 3 accounts ([see here](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-console.html?icmpid=docs_iam_console)). This doesn't seem to be supported?

I would love to use this library in an AWS lambda function. That seems like it would require the ability to swap out dependence on an Express server and instead...

enhancement