Scenario: Your application requires secure authentication for API requests before they reach AWS Lambda. How would you configure API Gateway to handle authentication and authorization?
- Use API Gateway API keys
- Use API Gateway custom authorizers
- Use API Gateway usage plans
- Use AWS IAM roles
By using API Gateway custom authorizers, you can configure secure authentication and authorization for API requests before they reach AWS Lambda, ensuring controlled access to API endpoints.
Loading...
Related Quiz
- How do AWS SAM and the Serverless Framework differ in their approach to deploying serverless applications?
- How does AWS Lambda handle scaling automatically?
- AWS provides __________ for creating dashboards and visualizations of custom metrics.
- Scenario: You're troubleshooting connectivity issues with an AWS Lambda function that's integrated with a VPC. What are some potential reasons for the connectivity issues, and how would you troubleshoot them?
- Scenario: During performance testing, you notice a significant increase in response time under heavy load. What steps would you take to diagnose and resolve this issue?