You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Este projeto é uma função AWS Lambda responsável por processar notificações de certificados gerados. Ele é acionado por mensagens em uma fila SQS, atualiza o status dos certificados e notifica um serviço externo sobre a conclusão.
6
+
7
+
## Tecnologias Utilizadas
8
+
9
+
- Python 3.13
10
+
- AWS Lambda
11
+
- AWS SQS
12
+
- AWS DynamoDB
13
+
- Boto3
14
+
- Pydantic
15
+
- HTTPX
16
+
- Docker
17
+
18
+
## Estrutura do Evento
19
+
20
+
### Entrada (SQS)
21
+
22
+
A função Lambda é acionada por um evento SQS que contém um lote de notificações no corpo da mensagem.
0 commit comments