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 (by Vadym79)
merloc-java
MerLoc is a live AWS Lambda function development and debugging tool. MerLoc allows you to run AWS Lambda functions on your local while they are still part of a flow in the AWS cloud remote. (by thundra-io)
AWSLambdaJavaAuroraServerlessV2DataApi | merloc-java | |
---|---|---|
12 | 4 | |
4 | 107 | |
- | 0.0% | |
2.4 | 0.0 | |
21 days ago | over 2 years ago | |
Java | Java | |
- | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
AWSLambdaJavaAuroraServerlessV2DataApi
Posts with mentions or reviews of AWSLambdaJavaAuroraServerlessV2DataApi.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-28.
-
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 11 Logging and monitoring
See the example of the "Database Load" bar sliced by SQL statement for our sample application introduced in the part 1 of our article series.
-
Amazon DevOps Guru for the Serverless applications - Part 13 Anomaly detection on Aurora Serverless v2 with Data API (kind of)
We configured in our [SAM template]((https://github.com/Vadym79/AWSLambdaJavaAuroraServerlessV2DataApi/blob/master/template.yaml) Aurora database cluster to scale from minimal capacity 0.5 to maximal capacity 1 ACU (which is very small database size) in case of the increased load for the cost saving purpose.
-
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 10 Aurora Serverless v2 Data API meets DevOps Guru or not?
Let's look into our sample application and use SAM template to create infrastructure and deploy the application described on the following picture :
-
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 7 Data API meets SnapStart
In our experiment we'll re-use the application introduced in the part 1 for this which you can find here.
-
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 6 Comparing cold and warm starts between Data API and JDBC
In our experiment we'll re-use the application introduced in the part 1. You can find the source code here. For the executing those experiments we need to deploy the following SAM template template-with-and-without-data-api-and-rds-proxy.yaml by executing sam deploy -t template-with-and-without-data-api-and-rds-proxy.yaml.
-
How to set up Amazon RDS Proxy for Amazon Aurora (Serverless) database cluster and connect AWS Lambda function to it
We'll focus on the part where Lambda connects through RDS Proxy to Aurora database. As the code sample we will use what we have created as part of the Data API for Amazon Aurora Serverless v2 with AWS SDK for Java series, and the project can be found on my GitHub repository. The relevant part of the Infrastructure as a Code can be found in this AWS SAM template.
-
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 5 Basic cold and warm starts measurements
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.
-
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 4 Working with database transactions
which contains the information about the user and user address which will be stored within one transaction in the 2 corresponding separate tables of the PostgreSQL database. In the "Transactional Example" in the READme where I described the creation of those tables and sequences.
-
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 3 Executing update and insert SQL statements in batch
To show the database transaction capability I used the same sample application but added the possibility to create the multiple products within HTTP PUT /products request (see the CreateProductsDataApiFunction Lambda definition in the SAM template). The corresponding Lambda function expects the JSON as HTTP body like :
-
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 2 Executing SQL statements
In order to use the new Data API we need include the following dependency to the pom.xml
merloc-java
Posts with mentions or reviews of merloc-java.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-16.
What are some alternatives?
When comparing AWSLambdaJavaAuroraServerlessV2DataApi and merloc-java you can also consider the following projects:
AWSLambdaJavaProfilerTest - Experimenting with AWS Lambda Profiler Extension for Java
aws-lambda-docker-serverless-inference - Serve scikit-learn, XGBoost, TensorFlow, and PyTorch models with AWS Lambda container images support.
Newman - Newman is a command-line collection runner for Postman
merloc - MerLoc is a live AWS Lambda function development and debugging tool. MerLoc allows you to run AWS Lambda functions on your local while they are still part of a flow in the AWS cloud remote.
Hey - HTTP load generator, ApacheBench (ab) replacement
aws-lambda-java-base-images - AWS Lambda Base Images for Java 17+