Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cvinicius987/aws-local-stack-series

Repositório com informações e estudos sobre a ferramenta LocalStack.
https://github.com/cvinicius987/aws-local-stack-series

aws localstack

Last synced: 5 days ago
JSON representation

Repositório com informações e estudos sobre a ferramenta LocalStack.

Awesome Lists containing this project

README

        

# aws-local-stack

### Container LocalStack

```shell
docker run -d -p 4566:4566 -e SERVICES=sqs localstack/localstack:0.12.2
```

### Listando os serviços ativos

```shell
http://localhost:4566/health
```

### Referências

https://docs.aws.amazon.com/cli/latest/reference/s3/#
https://docs.aws.amazon.com/cli/latest/reference/s3api/