Skip to content

Commit

Permalink
Introduce Native section in Core docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejNedic committed Dec 8, 2024
1 parent 12ed437 commit b8206fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/main/asciidoc/core.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,10 @@ There can be multiple customizer beans present in single application context and

Client-specific customizations can be applied through client-specific customizer interfaces (for example `S3ClientCustomizer` for S3). See integrations documentation for details.


=== Native Builds

Spring Cloud AWS support native hints for all modules except DynamoDB.
Native hints are provided automatically contributed to your build by Spring Cloud AWS.

Note: When working with AWS S3 CRT client following must be followed: https://github.com/awslabs/aws-crt-java?tab=readme-ov-file#graalvm-support

0 comments on commit b8206fd

Please sign in to comment.