Develop & Deploy Serverless App Lesson 2 REST API: Amazon API Gateway
yt link
What is API Gateway
Entry point for API users
Pass requests to other services
Process incoming requests
yt link
API Gateway targets
Possible targets for an HTTP request processed by API Gateway:
Lambda Function - call a Lambda function
HTT...
philipdevblog.hashnode.dev1 min read