AWS Lambda as a serverless computing service which functions according to the following steps —

  1. Uploading the code to AWS lambda.
  2. Setting up the triggers.
  3. And, Running the code.

In this blog, we’ll write an AWS lambda function which will be triggered by Amazon API Gateway.

Amazon API Gateway

AWS API gateway is a fully managed service that makes it easy for developers to create, publish, maintain, monitor and secure APIs. API acts as a front door for the application to access data, business logic or functionality from the backend services. It handles all the task involved in accepting and processing up of hundreds or thousands of concurrent API calls, including traffic management, authorization, access control, monitoring and API management.

#aws-lambda #amazon-api-gateway #nodejs

AWS Lambda Function With Amazon API Gateway as the Trigger
2.00 GEEK