Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Spell check
  • Loading branch information
swarwick authored Nov 6, 2020
1 parent 34dbf94 commit 5be2f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Single Use SignedURL
AWS CDK to create a CloudFront distribution with a request Lambda to allow single use signed URL file downloads. Each file is tracked by and identifier which is stored in a DynamoDB database.
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.
Expand Down Expand Up @@ -38,4 +38,4 @@ Make sure you download your private key, and make a note of the key pair ID list
* The ```cdk destroy``` command will sometimes fail due to the ```CloudFrontViewRequest``` function currently being use by CloudFront. There can be a long wait period while the CloudFront resources are cleaned up.
* If a failure occurs log into the AWS console and goto the CloudFormation console and manually delete the stack. It is recommended to check the option to retain the ```CloudFrontViewRequest``` function and manually remove it later.
1. Manually remove the two S3 buckets created which are given as outputs when you deploy.
* The bucket names will begin with ```singleusesingedurl-```
* The bucket names will begin with ```singleusesingedurl-```

0 comments on commit 5be2f70

Please sign in to comment.