This utility is for updating the AWS device farm test results to google sheet
$ cd AWSDeviceFarmTestResultHelper
$ pip install -r requirements.txt
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.
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
[default]
aws_access_key_id = YOUR_KEY_ID_HERE
aws_secret_access_key = YOUR_SECRET_KEY_HERE
[default]
region=YOUR_REGION_HERE
$ python aws_helper.py