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

* Framework version: 1.4 * Implementations: Spring Boot 2 ## Scenario Using SAM cli pass the alb request sam local invoke -e alb-post.json Here is the alb-post.json: `{ "requestContext": {...

docs
need feedback

This PR improves handling of some web requests, particularly ALB requests to Lambda endpoints. https://github.com/awslabs/aws-serverless-java-container/issues/315 This change adds a custom [Jackson Converter](https://fasterxml.github.io/jackson-databind/javadoc/2.5/com/fasterxml/jackson/databind/util/Converter.html) to populate `AwsProxyRequest` multi-valued collections (i.e., `multiValueQueryStringParameters`, `multiValueHeaders`)...

*Serverless Java Container version*: `eg. 1.5` 1.6 *Implementations:* `Jersey / Spring / Spring Boot / Spring Boot 2 / Spark` Spring Boot *Framework version:* `eg SpringBoot 2.2.6.RELEASE` 2.6.6 *Frontend service:*...

Not sure i'm missing something or not but Jackson AfterBurner module is not compatible with java11 and throwing following error when it is compiled with graalvm-21.01 native image ``` Error...

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

need feedback

Recently Lambda Function URLs were released: https://aws.amazon.com/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microservices/ Those requests fail with: `com.amazonaws.serverless.exceptions.InvalidRequestEventException: The incoming event is not a valid request from Amazon API Gateway or an Application Load Balancer`

enhancement
docs

Hi! I found the pom file of project **_com.amazonaws.serverless.sample:serverless-jersey-example:1.0-SNAPSHOT_** introduced **_41_** dependencies. However, among them, **_7_** libraries (**_17%_**) are not used by your project. I list the redundant dependencies below...

When we add this service, it will count every hit of this repo. And this will guide us more about the visitors each day and will indicate the total views....

Added recommendation to add the Gradle wrapper command. *Issue #, if available:* *Description of changes:* By submitting this pull request - [ ] I confirm that my contribution is made...

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