Git Product home page Git Product logo

aws-tutorial's Introduction

AWS SDK Integration in Spring Boot Application

How to Set Up Locally

Configuration

AWS_ACCESS:<<get from aws>>
AWS_SECRET:<<get from aws>>
AWS_ACCOUNT_NO:<<get from aws>>

Now Run AwsTutorialApplication.java

pom.xml file

<properties>
    <aws.sdk.version>2.23.10</aws.sdk.version>
</properties>

S3 Integration

<!-- Dependency for S3 sdk -->
<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>s3</artifactId>
    <version>${aws.sdk.version}</version>
</dependency>
  1. Get All Buckets
  2. Get All Objects of the Object
  3. Upload File to S3
  4. Delete File from S3
  5. Update File to S3
  6. MultiPart Upload File to S3
  7. Download File from S3

SQS Integration

<!-- Dependency for SQS sdk -->
<dependency>
    <groupId>software.amazon.awssdk</groupId>
    <artifactId>sqs</artifactId>
    <version>${aws.sdk.version}</version>
</dependency>
  1. Consume Messages
  2. Produce Message
  3. Produce Bulk Message ( max size = 10 )

Built with

Spring Boot, AWS, Amazon S3

Contributing

  • Clone the repo
  • Create PR for your changes

aws-tutorial's People

Contributors

csiitian avatar

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.