Trying out shuttle, a serverless rust microservice framework.
- No need to care about database
- Serverless
- Fast deploy times
- Uses Rocket as to create Web Server
A Url Shortener microservice
curl -X POST -d '<URL>' https://b68-ufm-mc.shuttleapp.rs/
This returns shortened URL in the response
- src
- main.rs
- migrations
- main
- create_table.sql
- Cargo.toml