Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit c686b65

Browse files
Atualização de docs
1 parent 31a36aa commit c686b65

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

examples/lambda_api/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ Example of architecture with Kong API Gateway.
66
![Service-Arch](docs/service-arch.png)
77

88
## General Service Routes Architecture
9-
Service routes map.
10-
![Service-Routes](docs/service-routes.png)
9+
Service routes.
10+
```
11+
GET / - Root
12+
GET /docs - Swagger docs
13+
GET /alive - Health Check
14+
GET /v1/event/<event_type> - Event List
15+
POST /v1/event/<event_type> - Create event
16+
```
17+
18+
[//]: # (![Service-Routes]&#40;docs/service-routes.png&#41;)
1119

1220
# Prerequisites
1321
- Python 3.6
@@ -53,6 +61,7 @@ https://docs.aws.amazon.com/pt_br/cli/latest/userguide/install-cliv2.html
5361

5462
Execute the follow command:
5563
```
64+
apt install python38-env
5665
apt install awscli
5766
apt install zip
5867
app install pip

examples/lambda_sqs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ https://docs.aws.amazon.com/pt_br/cli/latest/userguide/install-cliv2.html
4949

5050
Execute the follow command:
5151
```
52+
apt install python38-env
5253
apt install awscli
5354
apt install zip
5455
app install pip

0 commit comments

Comments
 (0)