Skip to content

Lucho00Cuba/localstack-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ LocalStack - AWS Labs

LocalStack AWS

This repository provides a Docker Compose setup to run LocalStack in a container. It is intended as a learning resource for testing and experimenting with AWS services locally.

πŸ”— Repository

For examples and Terraform configurations, please refer to the official LocalStack Terraform Samples repository.

πŸ“Œ Requirements

Before running LocalStack, ensure you have the following installed:

☁️ LocalStack

LocalStack is a cloud service emulator for working with AWS services such as S3 and DynamoDB locally among other services.

For more information, see the LocalStack documentation.

⚑ Usage

πŸ”„ Actions

To run LocalStack, use the following commands:

## πŸš€ Start LocalStack
# Using Docker Compose
docker-compose up -d

# Using LocalStack CLI
localstack start -d

## πŸ›‘ Stop LocalStack
# Using Docker Compose
docker-compose down

# Using LocalStack CLI
localstack stop

## πŸ“Š Check Status
# Using Docker Compose
docker-compose ps

# Using LocalStack CLI
localstack status

πŸ“„ Resources

About

A sandbox environment for learning and experimenting with AWS services using LocalStack

Topics

Resources

Stars

Watchers

Forks