Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cvinicius987/aws-local-stack-series
- Owner: cvinicius987
- Created: 2021-06-09T23:55:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T17:43:02.000Z (2 months ago)
- Last Synced: 2024-09-17T22:03:17.296Z (2 months ago)
- Topics: aws, localstack
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/