AWS Flaws

The site flaws.cloud is hosted as an S3 bucket. This is a great way to host a static site, similar to hosting one via github pages. Some interesting facts about S3 hosting: When hosting a site as an S3 bucket, the bucket name (flaws.cloud) must match the domain name (flaws.cloud). Also, S3 buckets are a global name space, meaning two people cannot have buckets with the same name. The result of this is you could create a bucket named apple.com and Apple would never be able host their main site via S3 hosting

Image text recognition APIs showdown.

Google Vision vs Microsoft cognitive services vs AWS rekognition.

Most of the major technology companies/cloud services provide APIs to recognize text in an image. Each of them provides the same functionality and if you are looking to integrate with any of them, you might be interested to know how each one of these stack up with respect to accuracy and recall?

We compared the text recognition APIs by Google cloud vision, Microsoft cognitive services, and Amazon AWS rekognition to answer exactly that question.