One advantage of using AWS SAM or the Serverless Framework is the ability to abstract away the __________ of infrastructure management.
- Complexity
- Cost
- Scalability
- Security
One advantage of using AWS SAM or the Serverless Framework is the ability to abstract away the complexity of infrastructure management.
Loading...
Related Quiz
- Scenario: You're developing a serverless application that requires frequent access to a third-party API. How would you implement resource reuse to optimize performance and reduce costs?
- What is the difference between stress testing and load testing?
- Scenario: You need to comply with regulatory requirements to retain log data for seven years. How would you configure CloudWatch Logs to meet this requirement effectively?
- In what scenarios would you prioritize resource reuse over other optimization techniques in AWS Lambda?
- AWS Lambda functions can be written in multiple __________ such as Python, Node.js, and Java.