Software Alternatives & Reviews

Returning large objects from Lambda functions using stream responses

Amazon S3 AWS Lambda Amazon ECS Amazon API Gateway
  1. Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.
    It turned out that Lambda throws this error when the response size exceeds the maximum limit. API Gateway invokes the Lambda integration synchronously, so the response payload cannot exceed 6 MB. But the returned object's or array's size might exceed the limit. Some examples can include array responses from a database or a large object from S3 that the function needs to return to the client.

    #Cloud Hosting #Object Storage #Cloud Storage 170 social mentions

  2. Automatic, event-driven compute service
    Pricing:
    • Open Source
    Everything works well for Bob in his application, which consists of an API Gateway and some Lambda functions.

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

  3. Amazon EC2 Container Service is a highly scalable, high-performance​ container management service that supports Docker containers.
    Pricing:
    • Open Source
    Replace Lambda with a different technology, e.g., ECS containers.

    #Developer Tools #Containers As A Service #Cloud Computing 46 social mentions

  4. Create, publish, maintain, monitor, and secure APIs at any scale
    Everything works well for Bob in his application, which consists of an API Gateway and some Lambda functions.

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

Discuss: Returning large objects from Lambda functions using stream responses

Log in or Post with