Develop & Deploy Serverless App Lesson 2 REST API: API Gateway
yt link
When implementing REST API with AWS Lambda our functions receive HTTP requests in the form of events. Each event contains information like HTTP method, HTTP body, headers, etc.
A Lambda function should process this event and return a response...
philipdevblog.hashnode.dev1 min read