Skip to content

zfedoran/golang_local_aws_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple golang service with local AWS services

An example to show how to setup AWS local development environment using golang aws-sdk-v2 and localstack.

In this example, there are 2 AWS components, S3 and SQS. Both components are run locally without communicating with the external AWS services.

1.Prerequisites

Need to install:

  • Docker and Docker Compose

2.How to run

  • Start docker compose: docker-compose up
  • Use https://github.com/aaronshaf/dynamodb-admin if you need to view / update dynamodb data

About

Docker-compose for simple golang service with local AWS services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors