How does AWS Lambda fundamentally change the way computing resources are used?
- Free tier with limited usage
- Hourly billing model
- Monthly subscription model
- Pay-per-execution model
AWS Lambda introduces a pay-per-execution model, allowing users to pay only for the compute time consumed by their functions.
Loading...
Related Quiz
- In SAML-based authentication, what format is the assertion typically in?
- In the context of web services, what is the primary challenge in achieving HIPAA compliance?
- In unit testing, _______ is used to verify the interaction between different parts of the service.
- REST services typically exchange data in which format?
- A developer is integrating a legacy system with a modern application using SOAP. What should be considered for compatibility?