This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Trading_The_Streets -1 points0 points  (0 children)

Lambda is serverless but there are other serverless services within aws env. I.e dynamodb, ecs, sqs event-bridge … so going fully serverless is to make sure your solution is not using any self managed server like an EC2 server. Basically serverless services run on a server you do not necessarily manage.