8000 GitHub - buondoi/aws-sqs: Study AWS SQS project
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

buondoi/aws-sqs

Repository files navigation

AWS SQS

Study project on AWS SQS

Technologies

  • Kotlin
  • AWS SQS
  • LocalStack
  • Google Jib (docker)

Getting started

Install AWS cli (Mac)

pip3 install awscli --upgrade --user

Start LocalStack

docker-compose up -d

Create SQS Queue

aws --endpoint-url=http://localhost:4576 sqs create-queue --queue-name helloQueue

Reference

Local testing

  • Send message
curl -X POST http://localhost:9090/foo -d '{"message":"Hello world"}' -H "Content-Type: application/json"

Local docker build

./gradlew clean jibDockerBuild

This will build docker image in your local machine

About

Study AWS SQS project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0