Skip to content

Instantly share code, notes, and snippets.

View erbrito's full-sized avatar

Erick Brito erbrito

View GitHub Profile
@erbrito
erbrito / boto3_hands_on.md
Created February 14, 2018 12:25 — forked from iMilnb/boto3_hands_on.md
Programmatically manipulate AWS resources with boto3 - a quick hands on

boto3 quick hands-on

This documentation aims at being a quick-straight-to-the-point-hands-on AWS resources manipulation with [boto3][0].

First of all, you'll need to install [boto3][0]. Installing it along with [awscli][1] is probably a good idea as

  • [awscli][1] is boto-based
  • [awscli][1] usage is really close to boto's
@erbrito
erbrito / amazon-rekognition.md
Created February 13, 2018 19:46 — forked from alexcasalboni/amazon-rekognition.md
Amazon Rekognition - Python Code Samples

Amazon Rekognition - Python Code Samples

  1. Labels Detection
  2. Faces Detection
  3. Faces Comparison
  4. Faces Indexing
  5. Faces Search
@erbrito
erbrito / BUILD_AWS_LAMBDA.md
Created February 6, 2018 15:42 — forked from joseph-zhong/BUILD_AWS_LAMBDA.md
Building OpenCV for AWS Lambda Python

To build OpenCV3.0 for AWS Lambda Python

Summary

Because AWS Lambda runs in a Amazon Linux environment, to run external modules you must

Create the OpenCV build environment

sudo yum update -y