javax4u / customer-meetings

2 stars 0 forks source link

Step function vs Lambda #83

Closed apoorvpandey-ap closed 2 years ago

jkumar0021 commented 2 years ago

Lambda and Step functions are like floors and steps to each floor. You cannot replace one with another. AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. Lambda is computing, steps functions take them to the desired step. Step functions are excellent at coordinating workflows that involve multiple predefined steps. It can do parallel tasks and error handling well. It mainly uses Lambda functions to perform each task.

image