Introduction to DynamoDB streams - The coolest feature of DynamoDB | Serverless

Introduction to DynamoDB streams - The coolest feature of DynamoDB | Serverless

FooBar Serverless

6 лет назад

7,141 Просмотров

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


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

@foobar_codes
@foobar_codes - 20.02.2018 15:19

Thanks for watching! You can find the code and other links in the description box of the video. If you have any questions or comments just let me know! 🤓

Ответить
@wallacesilva5471
@wallacesilva5471 - 11.08.2020 16:37

te amo, una de las razones por la cual tengo laburo son tus videos jajajaja, gracias

Ответить
@codenjourney6656
@codenjourney6656 - 05.04.2020 05:16

Thanks, I needed exactly that

Ответить
@yannierestevez5787
@yannierestevez5787 - 17.01.2020 18:36

Nice, I have a question. I want to use dynamo streams to replicate data between my microservices. My idea is that lambda trigger publishes the stream in SNS and all other microservices subscribed to that SNS put de message into a SQS, then microservice can replicate the data in it owns table using a lambda worker. In this way I can keep services isolated from each other.
Do you think this solution is correct?
You recommend me some other pattern for data access between microservices?

Ответить
@vinodreddy2840
@vinodreddy2840 - 22.12.2019 20:24

What is the use of Batchsize?

Ответить
@bobylito
@bobylito - 09.10.2019 18:35

Very interesting! Thanks for sharing :)

Ответить
@K3nn3th16
@K3nn3th16 - 11.09.2019 00:44

Can you trigger a lambda depending on the eventName? For example trigger a lambda on INSERT and a different trigger on an UPDATE?

Ответить
@vagifk2864
@vagifk2864 - 01.02.2019 21:40

Very expressive, but clear :-)

Ответить
@4guns
@4guns - 20.12.2018 04:11

Can this be run locally during development?

Ответить
@skrosoft
@skrosoft - 12.12.2018 17:51

Using "sls logs" i got => ServerlessError: The specified log group does not exist.

Ответить
@MrTripi
@MrTripi - 12.11.2018 10:33

i hate this database with such a passion.

Ответить
@mavfly87
@mavfly87 - 18.09.2018 10:18

Do you know how I can refer existing dynamodb table StreamArn in serverless.yml?

Ответить