Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 5 Basic cold and warm starts measurements

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. AWSLambdaJavaAuroraServerlessV2DataApi

    Different examples of solutions API Gateway->Lambda-> Amazon Aurora (PostgreSQL) Serverless v2 database with Lambda managed Java 21 runtime with usage of classic JDBC PostgreSQL driver, Amazon RDS Proxy or http-based Data API, all including SnapStart enabling and priming techniques

    In our experiment we'll re-use the application introduced in the part 1 which source code you can find here. There are basically 2 Lambda functions which both respond to the API Gateway requests to store and retrieve product received from the API Gateway from Amazon PostgreSQL Aurora Serverless v2.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Newman

    Newman is a command-line collection runner for Postman

    The results of the experiment to retrieve the existing product from the database by its id see GetProductByIdViaAuroraServerlessV2DataApiHandler with Lambda function with 1024 MB memory setting were based on reproducing more than 100 cold and approximately 10.000 warm starts with experiment which ran for approximately 1 hour. For it (and experiments from my previous article) I used the load test tool hey, but you can use whatever tool you want, like Serverless-artillery or Postman. We won't enable SnapStart on the Lambda function first.

  4. Hey

    HTTP load generator, ApacheBench (ab) replacement (by rakyll)

    The results of the experiment to retrieve the existing product from the database by its id see GetProductByIdViaAuroraServerlessV2DataApiHandler with Lambda function with 1024 MB memory setting were based on reproducing more than 100 cold and approximately 10.000 warm starts with experiment which ran for approximately 1 hour. For it (and experiments from my previous article) I used the load test tool hey, but you can use whatever tool you want, like Serverless-artillery or Postman. We won't enable SnapStart on the Lambda function first.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • AWS SnapStart - Part 13 Measuring warm starts with Java 21 using different Lambda memory settings

    4 projects | dev.to | 15 Jan 2024
  • Guide on Authenticating Requests With the REST API in Strapi

    1 project | dev.to | 6 Jan 2025
  • Uploading Images Using Cloudinary in Node.js

    2 projects | dev.to | 2 Jan 2025
  • Best Web Development Tools Every Full-Stack Developer Should Know

    1 project | dev.to | 1 Jan 2025
  • Spring Boot 3 application on AWS Lambda - Part 13 Measuring cold and warm starts with GraalVM Native Image

    2 projects | dev.to | 8 Dec 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?