API Gateway Integration with Lambda
AWS Lambda is a serverless compute service where developers don’t have to worry about which AWS rescores to launch or manage. Objective: Invoke your lambda function over http using Amazon API gateway as the http end point. Now,your web client can invoke the API ,and the API gateway can route Read more…