Open BMR59920 opened 8 years ago
This appears to be an issue when using https://github.com/awslabs/dynamodb-continuous-backup with USE_DEFAULT_DELIVERY_STREAMS in https://github.com/awslabs/lambda-streams-to-firehose/index.js set to true.
Changing the value to false, repackaging and hosting on local s3 works around this issue.
2016-11-03T16:05:24.322Z 81820a90-cb82-4566-90db-35866393c78b { "message": "Firehose LambdaStreamsDefaultDeliveryStream not found under account.", "code": "ResourceNotFoundException", "time": "2016-11-03T16:05:24.322Z", "requestId": "54279dc9-a1df-11e6-a64e-d184623b1b33", "statusCode": 400, "retryable": false, "retryDelay": 65.43006924912333 }
11/03 09:15 > grep -r LambdaStreamsDefaultDeliveryStream * createDefaultDeliveryStream.sh:deliveryStreamName="LambdaStreamsDefaultDeliveryStream" index.js: 'DEFAULT' : 'LambdaStreamsDefaultDeliveryStream'