Hi from Tunisia, I am using AWS Amplify, and all configs are done automatically, I don't have to do it manually, your video is very interesting because it gives me an idea about what happened behind the scene. , thank you
Hi! This was very useful! As a next step could your provide us code or some sort of guidelines as to how to upload the new image or old image to an sns topic from where an email subscriber can get a notification. I have tried but have had limited success with this aspect of integration into sns
Hello, Yeah, you could setup retries. However, if the error is not a runtime glitch and something that needs fixing like data error or related then might be better to setup monitoring and alerting mechanisms.
I have followed the same sequence as mentined in your vedio but still facing below error : InvalidParameterValueException: Cannot access stream arn:aws:dynamodb:us-east-1:. Please ensure the role can perform the GetRecords, GetShardIterator, DescribeStream, and ListStreams Actions on your stream in IAM.
Hope you selected the New and Old images option when enabling streams? Key attributes only - Only the key attributes of the modified item. New image - The entire item, as it appears after it was modified. Old image - The entire item, as it appeared before it was modified. New and old images - Both the new and the old images of the item.
I haven't had a chance to try this myself. This might help? dev.to/marcostreng/aws-appsync-subscriptions-with-dynamodb-streams-lambda-and-serverless-104j
Haven’t seen videos from past 3 months , nice to see one from you.
thanks for your support!
Hi from Tunisia, I am using AWS Amplify, and all configs are done automatically, I don't have to do it manually, your video is very interesting because it gives me an idea about what happened behind the scene. , thank you
glad you found it interesting :)
Very Nice Explanation.
Thank you!
Lovely video, super thanks for creating it.
Thank you :)
Hi! This was very useful! As a next step could your provide us code or some sort of guidelines as to how to upload the new image or old image to an sns topic from where an email subscriber can get a notification. I have tried but have had limited success with this aspect of integration into sns
Hello, thank you.. Sure, I will try to make one
Amazing video.... 👍
Thank you 👍
How would you configure error handling here? Say splitbatchonError or max retries? Should we create the event source on the lambda side for this?
Hello,
Yeah, you could setup retries. However, if the error is not a runtime glitch and something that needs fixing like data error or related then might be better to setup monitoring and alerting mechanisms.
I have followed the same sequence as mentined in your vedio but still facing below error :
InvalidParameterValueException: Cannot access stream arn:aws:dynamodb:us-east-1:. Please ensure the role can perform the GetRecords, GetShardIterator, DescribeStream, and ListStreams Actions on your stream in IAM.
Hi, I am following your exact steps but I get a record with no data, there is just the metadata on it. What am I missing?Thanks
Hope you selected the New and Old images option when enabling streams?
Key attributes only - Only the key attributes of the modified item.
New image - The entire item, as it appears after it was modified.
Old image - The entire item, as it appeared before it was modified.
New and old images - Both the new and the old images of the item.
Can you please elaborate the use case ?
if you would like more details, please refer this - docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html
@@listentolearn2363 Thank you
Document count in indices of domain for user table is zero aws but there is data in my user table of dyanmodb
HOw can i solve it?
Please check the lambda logs to see if there are any errors while streaming data.
Super 👍🏽👌🙋🌹😍
Thank you 👍 :)
Deviating from the topic...but
Her voice is so sweeeeet. I wonder what she looks like😗
and if girl with such a sweet voice is single
if I put the lambda inside a VPC, will that still work?
its already in VPC
Can I please tell me how I can subscribe to dynamoDb stream in APPsync
Hi Suresh,
You can only stream dynamodb data to lambda and kinesis at the moment.
You could try using lambda to then integrate with appsync.
@@listentolearn2363 thank you,
Is it works with integrating lambda function to stream data from dynamiDB to Appsync
I tried, only query is working but I need subscription
I haven't had a chance to try this myself. This might help? dev.to/marcostreng/aws-appsync-subscriptions-with-dynamodb-streams-lambda-and-serverless-104j
How can we create this in CDK?
I will try to make a video on CDK
@@listentolearn2363 Thank you
I figured it out but I took some reference from your videos