ElliotPenson / fractal.parts

❄️ build and view fractals
https://fractal.parts
MIT License
23 stars 1 forks source link

Implement Fractal GET/POST #28

Closed ElliotPenson closed 5 years ago

ElliotPenson commented 5 years ago

POST /fractals should save the given fractal in a DynamoDB table. GET /fractals/<id> should retrieve the fractal with the given ID from the database.

ElliotPenson commented 5 years ago

Done in 4ff987f.