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.
- AWS API GATEWAY
- AWS LAMBDA
- AWS S3
- FAST API
run make install
run make build