Software Alternatives & Reviews

Building Serverless apps with more configurations

AWS Lambda Amazon API Gateway
  1. Automatic, event-driven compute service
    Pricing:
    • Open Source
    Applications built on the Serverless stack have existed for nearly a decade with AWS Lambda functions being launched in 2014. And ever since, the association of a Serverless application is always with a Lambda function.

    #Cloud Computing #Cloud Hosting #Backend As A Service 248 social mentions

  2. Create, publish, maintain, monitor, and secure APIs at any scale
    Just let us think about building REST APIs with AWS API Gateway which returns a particular set of data. For this, we would have to have an API Gateway stage in which GET method invoking a Lambda function which is either using query or scan to search the items on DynamoDB. The response from DyanmoDB SDK would then be returned to API Gateway from the Lambda function.

    #API Tools #APIs #Web Service Automation 95 social mentions

Discuss: Building Serverless apps with more configurations

Log in or Post with