I hereby claim:
- I am fpghost on github.
- I am ziffer (https://keybase.io/ziffer) on keybase.
- I have a public key ASCXB4tIYmtVXqdpEzObUjKfpwjeJ5U3_WtPPokHCx54vgo
To claim this, I am signing this object:
| ### Keybase proof | |
| I hereby claim: | |
| * I am lee-hodg on github. | |
| * I am ziffer (https://keybase.io/ziffer) on keybase. | |
| * I have a public key ASA1cwpxQnUr_jiEQg2bjzjplnZNxPtxfYkRKK2KKlGjTgo | |
| To claim this, I am signing this object: |
| import json | |
| import sys | |
| import os | |
| import logging | |
| import requests | |
| from boto3 import client as boto3_client | |
| from requests_futures.sessions import FuturesSession | |
| from raygun4py import raygunprovider | |
| lambda_client = boto3_client('lambda') |
I hereby claim:
To claim this, I am signing this object:
| # Accepts array like [["iPod nano", ["Paris", "France", "Europe"]], | |
| # ["Samsung S8", ["London", "UK", "Europe"]], | |
| # ["Google Pixal", ["Rio", "Brazil", "South America"]] | |
| # ] | |
| from collections import defaultdict | |
| def f(input): | |
| d = defaultdict(set) | |
| for obj in input: |