4 Forks
10 Stars
10 Watchers

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.

How to download and setup single-use-signed-url

Open terminal and run command
git clone https://github.com/aws-samples/single-use-signed-url.git
git clone is used to create a copy or clone of single-use-signed-url repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with single-use-signed-url https://github.com/aws-samples/single-use-signed-url/archive/master.zip

Or simply clone single-use-signed-url with SSH
[email protected]:aws-samples/single-use-signed-url.git

If you have some problems with single-use-signed-url

You may open issue on single-use-signed-url support forum (system) here: https://github.com/aws-samples/single-use-signed-url/issues