Skip to content

Instantly share code, notes, and snippets.

@mostlygeek
Created December 29, 2015 00:02
Show Gist options
  • Save mostlygeek/6c4d7ffe505c0fa7333c to your computer and use it in GitHub Desktop.
Save mostlygeek/6c4d7ffe505c0fa7333c to your computer and use it in GitHub Desktop.
Build this...
- Create a web service that takes an image from the user (JPEG) and creates a scaled down to 25% thumbnail (JPEG).
- Users are anonymous, no need to log in
- A URL is automatically created for the user's uploaded images, https://i.mozilla.org/abc123.original.jpeg
- A URL is automatically created for the thumb nail, https://i.mozilla.org/abc123.thumb.jpeg
- Images (original + thumbnails) automatically deleted after 7 days
Requirements:
- Must be hosted in AWS and use AWS technologies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment