awslabs / dynamodb-continuous-backup

Continuous backup automation for Amazon DynamoDB
Apache License 2.0
185 stars 32 forks source link

No data in s3 #27

Closed grayaii closed 7 years ago

grayaii commented 7 years ago

I am not seeing any data in s3, but I don't see any errors anywhere.

This is how I build/deploy and create a dummy table:

cd src

./build.sh alex_02.hjson

python deploy.py --redeploy --config-file alex_02.hjson

aws dynamodb create-table --region us-west-2 --attribute-definitions \
  AttributeName=MyHashKey,AttributeType=S --key-schema \
  AttributeName=MyHashKey,KeyType=HASH --provisioned-throughput \
  ReadCapacityUnits=1,WriteCapacityUnits=1 --table-name alex02_foobar6

The lambda function gets fired and the output looks correct: screen shot 2017-04-11 at 3 21 17 pm

I then manually created some items via the AWS Consul: screen shot 2017-04-11 at 3 24 23 pm

But the S3 bucket is empty.

The stream for my table looks like there is some data that is going through: screen shot 2017-04-11 at 3 25 30 pm

Would could be the issue? Or better yet, how can I debug this?

grayaii commented 7 years ago

OK. I figured it out. It was a permissions issue with firehose and the bucket.