An AWS Lambda-powered project boostraped using the Serverless Application Model (SAM) framework. This project will the chrome extension for download blob files into stroage buckets right from the browser.
This project uses the following AWS services through then SAM framework;
- Lambda Functions
- Secrets Manager
You need the following to run Extradite API:
- Docker installed on your computer
-
Launch two terminal windows to recompile the Lambda functions for the SAM runner and the other to start the API locally;
-
Execugithubte the command below in terminal 1 and leave it running:
sam local start-api
-
Execute the one-time command below in terminal 2:
sam build
You can interact with the running APIs at http://127.0.0.1:3000