Replies: 1 comment
-
@elkhart apologies for late answer. I recommend using latest version of Spring Cloud AWS that has completely new reference guide with getting started steps. In short - yes, you should use https://docs.awspring.io/spring-cloud-aws/docs/3.0.3/reference/html/index.html#getting-started |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm faced with introducing
Spring Cloud AWS
into our project and followed the reference docshttps://docs.awspring.io/spring-cloud-aws/docs/2.3.0/reference/html/index.html#basic-setup
But then I searched in our other company projects and found a lot of our projects would use the way recommended at
https://spring.io/blog/2021/03/17/spring-cloud-aws-2-3-is-now-available
which is using
spring-cloud-aws-dependencies
likeI tried to use this way but then the AWS SDK dependency version management doesn't seem to work.
In general I wonder if this is also a recommended way of configuring a project since it was mentioned in the release notes?
In case of a
yes
it would be nice to have this documented as well and in case ofno
it would be good to know what the downsides are in order to decide if all of our projects using this approach need to go the documented way.Beta Was this translation helpful? Give feedback.
All reactions