Look inside
In this liveProject, you’ll use AWS Step Functions to preserve service coordination between newly split microservices functions. This cooperation between services is vital for large-scale microservices architectures. Luckily, the built-in Step Functions feature of AWS can supervise your microservices orchestration and ensure their continued reliability and scalability.
This project is designed for learning purposes and is not a complete, production-ready application or solution.
prerequisites
This liveProject is for software developers and architects who want to learn to use AWS Lambda to smooth the process of creating microservices. To begin this liveProject, you will need to be familiar with:
TOOLS
- Intermediate Amazon Web Services Console
- Intermediate AWS Step Functions
- Basic AWS Lambda
you will learn
In this liveProject, you’ll learn how to use AWS Step Functions to catch workflow errors and compensate for them.
- Use exception in your Lambda function
- Catch Lambda exceptions in AWS Step Functions state machine
- Handle retries when needed