8000 GitHub - madeiramadeirabr/template-serverless-lambda-python at lambda_fastapi
[go: up one dir, main page]

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

Template com exemplos de boilerplates para a criação de aplicações para lambda com Python.

License

Notifications You must be signed in to change notification settings

madeiramadeirabr/template-serverless-lambda-python

 
 

Repository files navigation

template-serverless-lambda-python

This project contains isolated examples of AWS Lambda Services as well this provide a stack example.

Service Architecture

Example of architecture of this project stack. Service-Arch

Service Stack

Example of components of the architecture of this project. Service-Stack

Single projects

You can find single examples for:

Stack

  • AWS Lambda
  • Flask for APIs
  • Custom code based in AWS Chalice for SQS, SNS, S3 and CRON

Prerequisites

  • Docker
  • Docker-compose
  • Python 3.x

Installation

Creating the virtual env

To create the venv and install the modules execute:

./scripts/venv.sh

Running via docker

To execute the build:

./scripts/runenv.sh --build

Execute the follow command:

./scripts/runenv.sh

Boot the resources

Execute the follow command:

./scripts/boot.sh
0