Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 405 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 405 Bytes

go-buffered-sqs-example

Why?

To reduce costs

How to Run?

Prerequisites

Make sure you have installed:

  • Docker
  • Go >=1.18

Run localstack

docker-compose up

Run the project

export AWS_ACCESS_KEY_ID=test
export AWS_SECRET_ACCESS_KEY=test

go run main.go