spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
589 stars 376 forks source link

Enable endpoint customization for each integration #715

Closed maciejwalkowiak closed 3 years ago

maciejwalkowiak commented 3 years ago

:loudspeaker: Type of change

:scroll: Description

Adds the ability to specify custom endpoint on service integration properties making it very easy to configure Spring Cloud AWS with Localstack without a need to overwrite a client bean.

:bulb: Motivation and Context

570

:green_heart: How did you test it?

Unit & Integration tests.

:pencil: Checklist

maciejwalkowiak commented 3 years ago

Docs will be updated soon.

maciejwalkowiak commented 3 years ago

@eddumelendez I added short docs section. I did not get into details on how to set up with Localstack. Perhaps later.