Closed ElliotPenson closed 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.
POST /fractals
GET /fractals/<id>
Done in 4ff987f.
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.