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 181 serverless-java-container issues
Sort by recently updated
recently updated
newest added

*Implementations:* `Jersey` *Frontend service:* `HTTP API / ALB` *Deployment method:* `SAM` ## Scenario *Describe what you are trying to accomplish* We have upgraded the AWS Serverless Java Container library and...

*Serverless Java Container version*: `2.0.0` *Implementations:* `Spring Boot 3` *Framework version:* `SpringBoot 3.3.0-SNAPSHOT` *Frontend service:* `HTTP API` *Deployment method:* `SAM` ## Scenario *I was trying to send response back directly...

Bumps [jakarta.activation:jakarta.activation-api](https://github.com/jakartaee/jaf-api) from 2.1.2 to 2.1.3. Release notes Sourced from jakarta.activation:jakarta.activation-api's releases. Jakarta Activation 2.1.3 Final Release The 2.1.3 release is a bug fix release of 2.1.x (Jakarta EE 10)....

dependencies
java

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.10.0 to 5.11.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.11.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.11.0 2024-03-01 - 17 commit(s) by Aouichaoui Youssef, Franz Wong,...

dependencies
java

Bumps [com.h3xstream.findsecbugs:findsecbugs-plugin](https://github.com/find-sec-bugs/find-sec-bugs) from 1.12.0 to 1.13.0. Release notes Sourced from com.h3xstream.findsecbugs:findsecbugs-plugin's releases. Version 1.13.0 - Lucky 13 Implemented enhancements: Java 21 Support #723 Closed issues: SpringEntityLeakDetector crashes with array types...

dependencies
java

*Serverless Java Container version*: `2.0.0` *Implementations:* `Spring Boot 3` *Framework version:* `SpringBoot 3.2.0` *Frontend service:* `Lambda function URL` *Deployment method:* `CloudFormation with AWS::Serverless-2016-10-31 transform` ## Scenario I'm trying to access...

*To help us debug your issue fill in the basic information below using the options provided* *Serverless Java Container version*: `2.0` *Implementations:* `Spring Boot` *Framework version:* `SpringBoot ` *Frontend service:*...

question

*To help us debug your issue fill in the basic information below using the options provided* *Serverless Java Container version*: `1.9.2` *Implementations:* `Spring Boot ` *Framework version:* `SpringBoot 2.7.14 `...

*To help us debug your issue fill in the basic information below using the options provided* *Serverless Java Container version*: `2.0.0.M2 *Implementations:* `Spring Boot 3 *Framework version:* `eg SpringBoot 3.1.2`...

question

Lambda has max. 10 seconds for init which is handled in https://github.com/spring-cloud/spring-cloud-function/blob/14160f8201424d532c7e19e83853ac87ccc0f829/spring-cloud-function-adapters/spring-cloud-function-serverless-web/src/main/java/org/springframework/cloud/function/serverless/web/ServerlessMVC.java#L109. Currently if the init e.g. takes 15 seconds, the initial request fails while it works for the other...