API gateway manages creation, publishing, monitoring and securing of Http, Rest and Websocket APIs. Helps create Restful with lower latency and cost that RESt APIs. Helps create Websocket API using which client and server can communicate continuously. API endpoint form - api-id.execute-api.region.amazonaws.com Proxy Integration - can be HTTP Proxy or Lambda Proxy integration. In HTTP Proxy integration, API g/w passes entire request/response between frontend and backend. In Lambda Proxy integration, API g/w passes request to Lambda function and the output of Lambda function is returned to frontend. Lambda, IAM, Cognito User Pools, OAuth 2.0 Authorizers are supported for Http API. For Rest except OAuth rest of them are supported. Lambda authorizers are Lambda functions that control access of REST or Http API using bearer token authentication or using request parameters like headers, paths, query string, etc. Cognito User Pools helps control who can access REST or Http API. The ...
Comments
Post a Comment