scalasm / zoorl-serverless-url-shortener

A simple URL shortner application done with AWS Lambda, DynamoDB and CDK
MIT License
0 stars 0 forks source link

Zoorl is a serverless URL shortener service based on AWS serverless stack:

I created this project as a case study for learning about different AWS technologies and Python: something simple, yet challenging for me :)

Additional documentation

About the project

The project backlog is available here.

The code is released under MIT license: you can do whatever you want with it but there are no warranties in any case (e.g., expenses in your AWS account).

If you use it, please drop me a line about your use case!

Do you have another wonderful idea or spot a subtle bug? Feel free to submit a pull request or create an issue as reminder!

Frequently Asked Questions

What 'zoorl' stands for ?

It is a contraction of "Zipped URL", with "u" replaced by "oo" to be "cooler" :P

Why another URL shortener project?

Just for learning, not need to compete with more famed solutions like bit.ly and others. And maybe other people may find it useful too, you never know :)