Created
December 29, 2015 00:02
-
-
Save mostlygeek/6c4d7ffe505c0fa7333c to your computer and use it in GitHub Desktop.
Build this...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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