Skip to content

wutsi/wutsi-core-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wutsi-core-aws is an extension of wutsi-core for Amazon AWS.

JDK

Prerequisites

  • JDK 1.8
  • Maven 3.6+

Usage

<dependency>
    <groupId>com.wutsi</groupId>
    <artifactId>wutsi-core-aws</artifactId>
    <version>[LATEST VERSION]</version>
</dependency>

Package available here

Features

Storage

  • S3StorageService implementation of StorageService that uses Amazon S3 for storing/retrieving files.
  • S3HealthIndicator is a Spring Healthcheck Indicator to check access to Amazon S3.
  • AWS policy required:
    • arn:aws:iam::aws:policy/AmazonS3FullAccess

Caching

  • MemcacheService implementation of CacheService that uses Memcached for caching data.
  • MemcacheHealthIndicator is a Spring Healthcheck Indicator to check access to Memcached.
  • AWS policy required:
    • arn:aws:iam::aws:policy/AmazonElastiCacheFullAccess

Translation

About

Extension of wutsi-core for AWS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages