Posts by Lorival Smolski Chapuis • 3 points
2 posts
-
0
votes1
answer137
viewsA: Why use nodejs with asynchronous functions with AWS-Lambda?
Hello, I am not an expert Nodejs and I do not use it with Lambda, but as far as I understand: the use of Premomises with lambda…
-
0
votes1
answer100
viewsQ: Is there a need to do something to ensure queue delivery (SQS) in AWS?
Assuming I have 2 Microservices "A" and "B" that are communicating through an SQS "F" queue". The microservice "A" can fall, "B" can also fall, the question is: should I take into account that "F"…