Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 767 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 767 Bytes

SERVERLESS API DEPLOYMENT WITH AWS LAMBDA

Pylint CI

In this project, I used Fast API to read data from an external source then used AWS API Gateway to trigger AWS lambda to export the results of my query to an S3 bucket.

This application can be used to automate the process of reading data from external APIs to internal data sources.

Architecture

Technologies used

  • AWS API GATEWAY
  • AWS LAMBDA
  • AWS S3
  • FAST API

To use

run make install

run make build

Load test Results

Requests

Users