Skip to content

Instantly share code, notes, and snippets.

View kylenstone's full-sized avatar

Kyle kylenstone

  • Save Your Generation
  • Boulder, Colorado
View GitHub Profile
@kylenstone
kylenstone / custom_action_payload.json
Created September 19, 2020 00:40
Frame.io Custom Action Payload
{
"action_id": "44f40b4a-65e9-479a-b2bf-40ec57111c88",
"interaction_id": "667187cd-55b8-4eb7-8476-7a76564587d4",
"project": {
"id": "4c267d96-2fe6-4764-8d8a-a33849cd05d8"
},
"resource": {
"id": "3188b2f6-214d-480b-b8e2-0b985039b079",
"type": "asset"
},
@kylenstone
kylenstone / index.js
Created September 13, 2020 17:32 — forked from arv25/index.js
Lambda calling lambda with trace id
// Lambda 1 - arv-foo
// Synchronous fn that will back API Gateway endpoint.
const AWS = require('aws-sdk');
const lambda = new AWS.Lambda();
const getRandomInt = (max) => Math.floor(Math.random() * Math.floor(max));
exports.handler = async (event, context) => {
console.log("event:", event)
@kylenstone
kylenstone / .block
Created March 2, 2020 02:45 — forked from mbostock/.block
Force-Directed Symbols
license: gpl-3.0
@kylenstone
kylenstone / .block
Last active March 2, 2020 02:44
Visualization for yoga gunas.
license: gpl-3.0
@kylenstone
kylenstone / browserbash
Created August 17, 2013 12:26
Small bash script to configure Browserstack and open a new test window in a browser
#!bin/bash
# BrowserStack SSH Tunnel Setup
# Find key by logging into BrowserStack --> finding command line setup info
KEY=[YOUR_KEY_HERE]
# Add internal hosts here
INTERNAL_HOSTS=stgwebus
# Change argument to add +1 internal host: ${host}.[hostname].com,80,0,${host}.example.com,443,1