Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deliveryStreamNames longer than 64 characters cause validation error #23

Closed
BMR59920 opened this issue Nov 8, 2016 · 3 comments
Closed

Comments

@BMR59920
Copy link

BMR59920 commented Nov 8, 2016

Dynamo DB name as stream name

2016-11-07T23:58:17.506Z 19be6906-42f0-4508-8e14-3848090361ad
{
"message": "1 validation error detected: Value 'bobStackLocal-DynamoDBLocalSUPV1-1WR799B0232B3-dataUnit-NC39DWFYPYIQ' at 'deliveryStreamName' failed to satisfy constraint: Member must have length less than or equal to 64"

Related: awslabs/dynamodb-continuous-backup#5

@IanMeyers
Copy link
Contributor

Fixed just now

@BMR59920
Copy link
Author

BMR59920 commented Nov 11, 2016

That particular error has been addressed. However LambdaStreamToFirehose showing that records are being forwarded to delivery stream that has the full table name...

2016-11-11T18:14:03.082Z 2be9bf09-e709-4662-b746-2ab509fbcd35 Event forwarding complete. Forwarded 1 batches comprising 1 records to Firehose bobStackDev-DynamoDBDevPDV1-JSQ9YN1TA6XL-coreCollection-10JU047A8CKTF

But the name does not match what is provisioned as a firehose stream truncated name.

bobStackDev-DynamoDBDevPDV1-JSQ9YN1TA6XL-coreCollection-10JU047A bob-dynamo-backups GZIP No Encryption ACTIVE

As a consequence, nothing is being written to s3

@BMR59920
Copy link
Author

This issue is resolved. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants