aws-samples / lambda-refarch-streamprocessing

Serverless Reference Architecture for Real-time Stream Processing
Apache License 2.0
349 stars 128 forks source link

Data is not populated in dynamoDB #4

Open KrishnaAnanthi opened 7 years ago

KrishnaAnanthi commented 7 years ago

I have deployed the application.. and ran the python code its fetching data from twitter.. i could see the data in console. But the values are not populated in DynamoDB. Table is empty now

KrishnaAnanthi commented 7 years ago

this is the error in lambda funcation.

Kinesis: lambda-stream-processing-EventStream-CVSLJKT7HYWT arn:aws:kinesis:us-east-1:666224412884:stream/lambda-stream-processing-EventStream-CVSLJKT7HYWT Batch size: 25Last result: PROBLEM: Function call failed

ronaldwidha commented 7 years ago

@KrishnaAnanhti If you had deployed it using the default parameters (s3 bucket key for codeUri), at some point the code deployed there weren't in sync with the latest in the repo. we fixed the issue please try again

If you had not, have a look at the cloudwatch logs of the lambda to see what the actual error is.