Allowing AWS SDK consumption on low code projects


External 3rd party APIs can be used by low-code project’s entrypoints.

To use AWS SDKs, please complete the following steps: Add implementation("org.springframework.cloud:spring-cloud-starter-aws") to the project gradle.build.kts Configure authentication details on the application.yaml: cloud: aws: credentials: access-key: KEY secret-key: SECRET