Skip to content

devopshobbies/aws-localstack-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Localstack Project

This repository contains a docker-compose file which brings up a localstack container with all services and the terraform main.tf code for test it you can modify these services for your test .


Bring up Services

First of all we need a OS where have below services for achive this you can use install.sh script to install whole services and dependencies then we are reday to run localstack


Bring up local stack

docker-compose up -d

Note : For Iran internet issue we can use docker. ir and iranrepo or other internal repository for pull this image because localstack is a huge size ~(2G)

Download Terraform AWS provider

terraform init

See the deployment plan and accept it by typing yes

terraform plan

Apply the plan and deploy the infrastructure

terraform apply --auto-approve

Dashboards

Dynamodb admin

http://localhost:8001

localstack

http://localhost:4566

localstack health check

http://localhost:4566/health

About

We are using this repo for testing AWS on your local

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published