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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *