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: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vmesel/trabalho-cloud-engineering
- Owner: vmesel
- Created: 2023-10-06T00:09:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T15:47:28.000Z (about 1 year ago)
- Last Synced: 2023-10-07T16:34:09.153Z (about 1 year ago)
- Language: Python
- Size: 1.95 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
```