EddyGiusepe commited on
Commit
fca82e9
·
1 Parent(s): fd30e2d

Meu readme

Browse files
Files changed (1) hide show
  1. README.md +31 -1
README.md CHANGED
@@ -9,4 +9,34 @@ license: mit
9
  short_description: Exemplo básico de função AWS Lambda em Python
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  short_description: Exemplo básico de função AWS Lambda em Python
10
  ---
11
 
12
+ # <h1 align="center"><font color="gree">Simple AWS Lambda Function Example</font></h1>
13
+
14
+ <font color="pink">Senior Data Scientist.: Dr. Eddy Giusepe Chirinos Isidro</font>
15
+
16
+
17
+ ![](./Architecture_AWS_Lambda.jpeg)
18
+
19
+ A imagem abaixo mostra a `Função Lambda` criada no `console AWS`. Nessa imagem adicionamos uma função `random_drink` que retorna uma bebida aleatória (Função simples para exemplificar o uso da AWS Lambda).
20
+
21
+ ![](./create_AWS_Lambda_Function.jpeg)
22
+
23
+
24
+ Depois de `Testar` e fazer o `Deploy` da função, vamos usar a `EndPoint` no `Browser`, no `Postman` e no terminal via `Curl` para testar a função:
25
+
26
+ * Terminal:
27
+
28
+ ```bash
29
+ curl https://Mx24gtabcd.execute-api.us-east-1.amazonaws.com/default/RandomDrinkFunction
30
+ ```
31
+
32
+ * Postman:
33
+
34
+ ![](./postman_AWS_Lambda.jpeg)
35
+
36
+
37
+
38
+
39
+
40
+
41
+ Thank God 🤓!
42
+