AWS Lambda Python functions with a database (DynamoDB)

AWS Lambda Python functions with a database (DynamoDB)

pixegami

1 год назад

26,035 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sneanone
@sneanone - 26.08.2022 10:19

Great video, exactly what I needed right now. The clearest explanation I've found on AWS Lambda + DynamoDB. Please keep on making those!

Ответить
@jameslahner6791
@jameslahner6791 - 03.02.2024 13:48

Great video! Does this handle lambdas that are running concurrently?

Ответить
@gyt7504
@gyt7504 - 03.02.2024 13:28

thanks, great explanation & demo

Ответить
@FrostBiteXHEduardo
@FrostBiteXHEduardo - 26.01.2024 05:25

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?

Ответить
@FERNANOMT5
@FERNANOMT5 - 11.01.2024 19:09

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!

Ответить
@fernandocallasaca
@fernandocallasaca - 01.12.2023 16:27

Excelent video, pls... what command you use to clean and organice the code?

Ответить
@Klamath123456789
@Klamath123456789 - 21.11.2023 21:29

Hello, thanks for your video. What extension are you using for python please?

Ответить
@elvincheah6412
@elvincheah6412 - 09.10.2023 16:54

Thanks for the video. I was really struggling to make a view counter using Lambda & DynamoDB until I saw this video. Appreciate the help :)

Ответить
@iccherherbarium9688
@iccherherbarium9688 - 16.09.2023 00:04

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.

Ответить
@hassanrady6134
@hassanrady6134 - 05.08.2023 13:40

Hi, thank you for the video. What VS theme is that?

Ответить
@mohammadnawaz3758
@mohammadnawaz3758 - 24.07.2023 04:44

Amazing, you should have way more subs!

Ответить
@martine929
@martine929 - 23.04.2023 22:48

thx so much! the way you explained is very perfect!!!!!

Ответить
@shahzadmunir-ub5cf
@shahzadmunir-ub5cf - 01.03.2023 00:28

VERY WELL EXPLANATION

Ответить
@amitdagan78
@amitdagan78 - 27.02.2023 00:54

you made it so easy to understand man...
amazing!
pls keep it up!

Ответить
@johnathanhorner6888
@johnathanhorner6888 - 28.01.2023 01:26

Are you using the AWS Lambda extension in vs code? Or the regular python extension in vs code

Ответить
@mkpixelsquad
@mkpixelsquad - 26.01.2023 17:15

really loved it, I am non coder still I understood almost everything because the way you explained is very clear.

Ответить
@Canda-fh4xc
@Canda-fh4xc - 25.01.2023 08:51

Best explanation.
We will appreciate it, if you can make a video including S3 with DynamoDB and Lambda.

Thank you,

Ответить
@michaelclemens7643
@michaelclemens7643 - 14.01.2023 17:37

Super helpful, thank you

Ответить
@eddieteah3102
@eddieteah3102 - 08.01.2023 22:29

Thanks for this simple video. Most aws videos are 3 hours long haha.

Ответить
@jesusperdomo8388
@jesusperdomo8388 - 17.09.2022 21:36

These videos of yours are from heaven. Thank you ;)

Ответить