REST API to generate a list of presigned S3 URLs for downloading a dataset distribution.
- Install Serverless Framework
- Install dependencies
make init
Tests are run using tox.
$ make test
Deploy to both dev and prod is automatic via GitHub Actions on push to
main
. You can alternatively deploy from local machine with: make deploy
or
make deploy-prod
.
Format code with
$ make format