single-use-signed-url

single-use-signed-url

aws-samples

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.

17 Stars
5 Forks
17 Watchers
Java Language
mit-0 License
100 SrcLog Score
Cost to Build
$8.1K
Market Value
$8.6K

Growth over time

4 data points  ·  2022-11-01 → 2026-04-01
Stars Forks Watchers
💬

How do you feel about this project?

Ask AI about single-use-signed-url

Question copied to clipboard

What is the aws-samples/single-use-signed-url GitHub project? Description: "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.". Written in Java. Explain what it does, its main use cases, key features, and who would benefit from using it.

Question is copied to clipboard — paste it after the AI opens.

How to clone single-use-signed-url

Clone via HTTPS

git clone https://github.com/aws-samples/single-use-signed-url.git

Clone via SSH

[email protected]:aws-samples/single-use-signed-url.git

Download ZIP

Download master.zip

Found an issue?

Report bugs or request features on the single-use-signed-url issue tracker:

Open GitHub Issues