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

Releases

No releases published

Packages

No packages published

Languages