Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1 KB

README.md

File metadata and controls

49 lines (32 loc) · 1 KB

AWSDeviceFarmTestResultHelper

This utility is for updating the AWS device farm test results to google sheet

Set Up

$ cd AWSDeviceFarmTestResultHelper
$ pip install -r requirements.txt

gspread

To see more about gspread (Google sheet api), reffer here

You may need to download the google sheet api credential json, the steps are here

The service account should have the edit access to the google sheet.

boto

To set up the credentials for AWS device farm api, please reffer here

You need to set up two configation files for boto.

  • ~/.aws/credentials
  • ~/.aws/config

The sample content of the files are given below

credentials

[default]
aws_access_key_id = YOUR_KEY_ID_HERE
aws_secret_access_key = YOUR_SECRET_KEY_HERE

config

[default]
region=YOUR_REGION_HERE

Run

$ python aws_helper.py