How to pass a url query string or a route parameter to AWS Lambda from API Gateway?

Опубликовано: 12 Октябрь 2024
на канале: BiteSize Academy
12,601
226

⚡️ Blog post: https://www.undefinedapps.com/post/ur...

In this video we integrate a lambda function with an API Gateway HTTP endpoint and define a proxy route to direct all incoming requests to our function. We then extract the path and the url query string parameters from the event object which is provided as an argument to the lambda function.

⭐️ Subscribe for more content: https://newsletter.undefinedapps.com/

#AWS #Lambda #API