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

Commit e889e14

Browse files
Melhoria na documentação do projeto
1 parent b58a417 commit e889e14

File tree

11 files changed

+26
-6
lines changed

11 files changed

+26
-6
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,22 @@ Example of architecture of this project stack.
1010
Example of components of the architecture of this project.
1111
![Service-Stack](docs/service-stack.png)
1212

13-
## Single projects
14-
You can find single examples for:
13+
## Build environment script workflow
14+
Example of the workflow to create the environment.
15+
![Service-Stack](docs/runenv-workflow.drawio.png)
16+
17+
## Single project examples
18+
19+
You can find light examples:
20+
* [Lambda API Light](./examples/lambda_api_light)
21+
* [Lambda CRON Light](./examples/lambda_cron_light)
22+
* [Lambda SQS Light](./examples/lambda_sqs_light)
23+
* [Lambda SNS Light](./examples/lambda_sns_light)
24+
* [Lambda S3 Light](./examples/lambda_s3_light)
25+
*
26+
You can find complex examples:
1527
* [Lambda API](./examples/lambda_api)
28+
* [Lambda API RESTful](./examples/lambda_api_restful)
1629
* [Lambda CRON](./examples/lambda_cron)
1730
* [Lambda SQS](./examples/lambda_sqs)
1831
* [Lambda SNS](./examples/lambda_sns)

docs/runenv-workflow.drawio.png

77 KB
Loading

examples/lambda_api/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# template-serverless-lambda-python - Lambda API
1+
# Lambda API
22
Template for build flexible API with AWS Lambda.
33

44
## Service Architecture
55
Example of architecture with Kong API Gateway.
66
![Service-Arch](docs/service-arch.png)
77

8+
## Build environment script workflow
9+
Example of the workflow to create the environment.
10+
![Service-Stack](docs/runenv-workflow.drawio.png)
11+
812
## General Service Routes Architecture
913
Service routes.
1014
```
77 KB
Loading
77 KB
Loading
77 KB
Loading
77 KB
Loading
77 KB
Loading
77 KB
Loading

examples/lambda_sqs_light/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# template-serverless-lambda-python - Lambda SQS
1+
# Lambda SQS Light
22
Template for build flexible SQS processor with AWS Lambda.
33

44
## Service Architecture
5-
Example of architecture with AWS SQS and AWS Lambda.
6-
![Service-Arch](docs/service-arch.png)
5+
There is no diagram to describe it.
6+
7+
## Build environment script workflow
8+
Example of the workflow to create the environment.
9+
![Service-Stack](docs/runenv-workflow.drawio.png)
710

811
## General Service Routes Architecture
912
There are no routes for this project.

0 commit comments

Comments
 (0)