Skip to content

AWS Lambda function for generating a list of presigned S3 URLs from a dataset ID

License

Notifications You must be signed in to change notification settings

oslokommune/okdata-data-exporter

Repository files navigation

Data exporter

REST API to generate a list of presigned S3 URLs for downloading a dataset distribution.

Setup

  1. Install Serverless Framework
  2. Install dependencies
make init

Running tests

Tests are run using tox.

$ make test

Deploy

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.

Code fromatting

Format code with

$ make format

About

AWS Lambda function for generating a list of presigned S3 URLs from a dataset ID

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published