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