Announcing Spring Cloud AWS 3.0.0
This is a guest post from the maintainers of Spring Cloud AWS.
Spring Cloud AWS 3.0.0
Spring Cloud AWS 3.0 is a recent release of the Spring Cloud AWS project. This version represents a complete rewrite of the library using AWS SDK v2 for Java. Since this has required a major refactoring, we took it as an opportunity to revisit all the assumptions and integrations modules. As a result, we've produced a library that is lightweight, flexible, causes less headache and provides simple to use abstractions.
Spring Cloud AWS 3.0 has been developed with following principles in mind:
- Spring Boot “native” developer experience - sensible defaults, highly customizable
- Minimal startup time overhead
- Integration module independent of each other
- Kotlin friendly (
@Nullable
annotations) - Testing as a first class citizen - Spring Cloud AWS uses Localstack in its own tests and we made the library easy to use with Localstack. …