An open API service providing repository metadata for many open source software ecosystems.

GitHub / aws-samples / single-use-signed-url

AWS CDK to create a CloudFront distribution with a request Lambda to allow single use signed URL file downloads. Each file is tracked by an identifier which is stored in a DynamoDB database. Each request will check the identifier against values stored in the database. If the identifier is found the file process continues and the files is received, the id is then removed from the database. If the identifier is not found the system will perform a 302 redirect to a specified URL.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aws-samples%2Fsingle-use-signed-url

Stars: 10
Forks: 4
Open issues: 0

License: mit-0
Language: Java
Size: 163 KB
Dependencies parsed at: Pending

Created at: over 4 years ago
Updated at: over 2 years ago
Pushed at: over 3 years ago
Last synced at: about 2 years ago

Topics: cloudfront, dynamodb, lambda, signed-url

    Loading...