Why DynamoDb access issue didn't happened when you run the .py program from CLI? But while running LAMBDA we need to add the policy. Why CLI allowed to put item without that DB policy? Please make this clear.
This tutorial is excellent! I have a question regarding a similar setup involving SQS, Lambda, and Timestream. I trigger Lambda each time the SQS queue accumulates approximately 100 messages. It then connects to Timestream to store some data. Currently, I'm using boto3.client('timestream-write', ...) within the lambda_handler() function. However, I'm starting to suspect that this approach increases execution time because it establishes a new connection each time the function is invoked. Is there a method to maintain database connections across multiple Lambda invocations?
This is the only and most helpful aws + lambda + dynamodb + python tutorial on youtube. Like literally youre the only one that shows and explains also the inbetween stuff and the only one where all the above mentioned components are all together shown! Thank you so much !
This is by far one of the best tutorials I've ever seen. Keep it going, Was good to make it local and the transformation to lambda and the connect with DynamoDB. Really like it. you got a subscriber!
Thanks for the video. I was really struggling to make a view counter using Lambda & DynamoDB until I saw this video. Appreciate the help :)
hey, what's the setting to have the function declaration line appear as the top line in vscode? 13:57 for example thanks
really loved it, I am non coder still I understood almost everything because the way you explained is very clear.
Hello, thanks for your video. What extension are you using for python please?
Excelent video, pls... what command you use to clean and organice the code?
you made it so easy to understand man... amazing! pls keep it up!
These videos of yours are from heaven. Thank you ;)
Are you using the AWS Lambda extension in vs code? Or the regular python extension in vs code
Hi, thank you for the video. What VS theme is that?
Thanks for this simple video. Most aws videos are 3 hours long haha.
Neat video. Thanks for the clear explanation. If I have multiple python files to return my message should upload all those python files as a zip file? or should create those python files directly on Lambda code?
Amazing, you should have way more subs!
Great video! Does this handle lambdas that are running concurrently?
Watching on August 22nd, 2024... thanks a lot bro!
Best explanation. We will appreciate it, if you can make a video including S3 with DynamoDB and Lambda. Thank you,
@sneanone