Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmesel/trabalho-cloud-engineering
https://github.com/vmesel/trabalho-cloud-engineering
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/vmesel/trabalho-cloud-engineering
- Owner: vmesel
- Created: 2023-10-06T00:09:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T15:47:28.000Z (over 1 year ago)
- Last Synced: 2024-11-18T03:40:08.678Z (about 2 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trabalho Final da aula de Cloud Engineering
Grupo composto por:
- Daniel Udala - RM 348932
- Giancarlo Lester - RM 348315
- Sarah Luize - RM 348391
- Vinicius Mesel - RM 348353## Subindo o ambiente
Para subir o ambiente, basta instalar o Serverless Framework e executar o comando de deploy:
```
sls deploy
```## Testando o ambiente
Utilize o script putmessages.py para poder testar o ambiente corretamente
```
pip install boto3
python putmessages.py
```