skip to Main Content

AWS Lambda Path Routing – Amazon web services

I have an AWS API Gateway (HTTP) with the following routes: https://<API_HOST>/prod/account/list https://<API_HOST>/prod/account/edit https://<API_HOST>/prod/account/delete Based on each routing, I want different AWS Lambda functions to execute. What's the most optimized way to route the traffic at the AWS Lambda function?…

VIEW QUESTION
Back To Top
Search