Serverless computing encourages a __________ approach to development, promoting small, focused functions.
- Distributed
- Microservices
- Modular
- Monolithic
Serverless computing promotes a microservices architecture, where applications are composed of small, independent functions that each perform a specific task.
Loading...
Related Quiz
- Upgrading to a newer version of a runtime in AWS Lambda may introduce ________ and compatibility issues.
- Scenario: You are designing a real-time data processing system using AWS Lambda. How would you optimize the execution model to handle sudden spikes in incoming data?
- What is the role of AWS SAM (Serverless Application Model) in managing deployment packages?
- Scenario: Your team is developing a microservices architecture and needs to manage the flow of requests between services. Which AWS service provides a solution for orchestrating the interactions between microservices?
- What are some considerations to keep in mind when using Lambda Layers in AWS Lambda?