Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement some form of URL shortening #4

Open
glennsl opened this issue Nov 30, 2017 · 1 comment
Open

Implement some form of URL shortening #4

glennsl opened this issue Nov 30, 2017 · 1 comment

Comments

@glennsl
Copy link
Member

glennsl commented Nov 30, 2017

Possibly by proxying some third-party service

@thangngoc89
Copy link

thangngoc89 commented Dec 9, 2017

I think dynamodb + lambda is perfect for this if you want to write it yourself. And the free plan should cover the fee. Another options is use Amazon S3 redirection feature. Use a lambda function to upload an object to S3, put a redirection while uploading and s3 will handle everything else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants