serverless-java-container icon indicating copy to clipboard operation
serverless-java-container copied to clipboard

A Java wrapper to run Spring, Spring Boot, Jersey, and other apps inside AWS Lambda.

Results 76 serverless-java-container issues
Sort by recently updated
recently updated
newest added

https://github.com/symphoniacloud/lambda-monitoring is no longer maintained. Replace dependency with https://awslabs.github.io/aws-lambda-powertools-java/core/logging/.

enhancement
dependencies
good first issue

*Serverless Java Container version*: `1.9.1` *Implementations:* `Spring Boot 2` *Framework version:* `SpringBoot 2.7.5` *Frontend service:* `HTTP API` *Deployment method:* `SAM` ## Scenario Hilla initializes some parts through a `ServletContextInitializer` that...

bug

*Issue: #496 *Description of changes: Replace Symphonia Lambda-Logging with Lambda Powertools, the corresponding Symphonia Lambda-Logging dependencies were removed and in the same way log4j2.xml was made the necessary modifications, both...

Release build fails with maven-archetype-plugin 3.2.1. I had to downgrade to 3.0.1 for a successful build. Use a dry run (`mvn release:prepare -DdryRun=true`) to reproduce and consider reporting here https://maven.apache.org/archetype/maven-archetype-plugin/issue-management.html...

*Issue #, if available:* *Description of changes:* Migrated to Java-events lib. The build fails because the V4 of Java-events is not released yet. By submitting this pull request - [x]...

*To help us debug your issue fill in the basic information below using the options provided* *Serverless Java Container version*: `eg. 1.5` v1 (Spring Boot 2) and v2 (Spring Boot...

*To help us debug your issue fill in the basic information below using the options provided* This is a feature request to support VPC Lattice integration similar to API GW...

Implementation: Jersey Hello, I'm encountering an issue where my JAX-RS resource is not being recognized despite having correct JAX-RS annotations. As I am getting error: ``` WARNING: A provider bingadsapi.resource.PingResource...

Bumps [maven-archetype-plugin](https://github.com/apache/maven-archetype) from 3.0.1 to 3.2.1. Commits c8e9ce1 [maven-release-plugin] prepare release maven-archetype-3.2.1 caffb9e [ARCHETYPE-624] mark scope = provided for Maven Core provided artifacts 7b8e02d Bump commons-collections from 3.2.1 to 3.2.2...

dependencies
java

Evaluate the use of testcontainers https://www.testcontainers.org to optionally run tests using https://github.com/aws/aws-lambda-base-images/blob/java17/Dockerfile.java17 Background #504 contains a case were we had successful tests but the code was failing on Lambda.

enhancement
help wanted