Skip to content

Release 0.8

Compare
Choose a tag to compare
@sapessi sapessi released this 22 Nov 16:57
· 1265 commits to main since this release

Release 0.8 includes the following changes:

  • Upgraded Spark Framework to version 2.7.1.
  • New handler class for Spring Boot applications (#65).
  • Added CognitoUserPoolPrincipal that allows access to all of the claims included in the Cognito User Pool tokens (#55).
  • Update to filters processing. The framework now handles the request inside the filter chain. This makes it easier to halt the request processing should a filter require it.
  • Various bug fixes and new unit tests.

Include the library as a dependency in your Java project by replacing the xxxxxx below with the framework you want to you - jersey, spark, or spring:

<dependency>
    <groupId>com.amazonaws.serverless</groupId>
    <artifactId>aws-serverless-java-container-xxxxxx</artifactId>
    <version>0.8</version>
</dependency>