Url Shortener

This is a project powered by a java micronaut serverless application with GraalVM native image compilation, that allows the creation of temporary short urls.
The urls are stored in a DynamoDB table with a TTL of 10 minutes. It means the urls are valid for at most 10 minutes + The time DynamoDB takes to clean up expired records (Which can take a couple minutes)

Implementation Reference:
Please, give a try!
The original url that you want to shorten.
https://otavio.baziewi.cz/u/
The slug that you want to use for the short url.