An open API service indexing awesome lists of open source software.

https://github.com/techprimers/spring-cloud-aws-example-1

Spring Cloud AWS with SQS and ElastiCache for Redis
https://github.com/techprimers/spring-cloud-aws-example-1

elasticache elasticache-redis jedis spring-boot spring-cloud spring-cloud-aws spring-data-redis sqs

Last synced: 6 months ago
JSON representation

Spring Cloud AWS with SQS and ElastiCache for Redis

Awesome Lists containing this project

README

          

# Spring Cloud AWS Example with SQS and ElastiCache using Redis

## Endpoints
- POST `/user` - Add new user to Cache
- GET `/user?id=1` - Retrieve user from Cache
- GET `/user/all` - Retrieve all users from Cache

## Architecture
![architecture](./architecture.png)