Code Monkey home page Code Monkey logo

aws-spi-java-11's Introduction

aws-spi-java-11

Netty-free SPI module for AWS SDK 2 using the HTTP api from Java 11

How to use it?

This library is at early stage and not meant for production use yet. Use at your own risk.

But please, use it =P. The more people using it, the faster a stable release will be available.

repositories {
    maven {
        url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
    }
}


dependencies {
    implementation ('io.github.gabfssilva:aws-spi-java-11:0.0.1-SNAPSHOT')
    
    implementation ('software.amazon.awssdk:sqs:2.16.52') {
        exclude group: 'software.amazon.awssdk', module: 'netty-nio-client'
    }
}

And, the code:

import io.github.gabfssilva.aws.spi.java.*;

...

final var client = AsyncHttpClient.buildDefault();

final var sqsClient = SqsAsyncClient.builder().httpClient(client).build();

Tested against

  • SQS
  • SNS
  • S3
  • DynamoDB
  • KMS

How to contribute?

PRs are always welcome. The library is pretty simple itself, but we could use having more tests with other SDK modules.

Also, we need more people using it, once I get enough feedback, I'll start publishing stable releases.

How is it tested?

todo a better description, but basically with Localstack.

License

This project is licensed under the MIT License - see the LICENSE file for details

aws-spi-java-11's People

Contributors

gabfssilva avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

sigpwned

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.