https://github.com/maciejwalkowiak/spring-cloud-stream-binder-sqs
https://github.com/maciejwalkowiak/spring-cloud-stream-binder-sqs
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/spring-cloud-stream-binder-sqs
- Owner: maciejwalkowiak
- Created: 2019-02-27T20:03:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T18:56:59.000Z (over 5 years ago)
- Last Synced: 2025-04-03T14:43:34.388Z (7 months ago)
- Language: Java
- Size: 52.7 KB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Spring Cloud Stream Binder for AWS SQS
image:https://circleci.com/gh/maciejwalkowiak/spring-cloud-stream-binder-sqs.svg?style=svg["CircleCI", link="https://circleci.com/gh/maciejwalkowiak/spring-cloud-stream-binder-sqs"]
This repository contains the code for the Spring Cloud Stream Binder implementation for AWS SQS.
Implementation is heavily inspired by https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis[Spring Cloud Stream Binder Kinesis] and uses https://github.com/spring-cloud/spring-cloud-aws[Spring Cloud AWS] under the hood.
**It's a very early stage project, not battle-tested, not production-ready**.
You're welcome to leave feedback and PRs are even more than welcome 😀
Read the discussion : https://github.com/spring-cloud/spring-cloud-stream-starters/issues/8[Add a spring-cloud-stream-binder for Amazon SQS]