For details on the attached policies see: https://gist.github.com/brianantonelli/e3fe950fffdd04275b306953a5742104
- AWS CloudWatch
- AWS vmimport
- Amazon Forecast
- AWS Transfer for SFTP
- AWS Service Catalog
- AWS Amplify
- AWS Kinesis Analytics
| #! /bin/sh | |
| echo "Drag IPA file here: " | |
| read -e IPA | |
| unzip $IPA | |
| rm -r "Payload/AutoTrader.app/_CodeSignature" "Payload/AutoTrader.app/CodeResources"2> /dev/null | true | |
| echo "Drag AutoTrader (Non-Distribution) Provisioning Profile here: " | |
| read -e PROV | |
| cp "$PROV""Payload/AutoTrader.app/embedded.mobileprovision" | |
| /usr/bin/codesign -f -s "iPhone Developer" --resource-rules "Payload/AutoTrader.app/ResourceRules.plist" "Payload/AutoTrader.app" |
| package com.coxautoinc.workflow.jenkins | |
| String sendToSlack (team, token, channel, message, color) { | |
| slackSend channel: channel, teamDomain: team, token: token, color: color, message: message | |
| return "done" | |
| } |
For details on the attached policies see: https://gist.github.com/brianantonelli/e3fe950fffdd04275b306953a5742104
| const createGame = require('voxel-engine'), | |
| highlight = require('voxel-highlight'), | |
| player = require('voxel-player'), | |
| voxel = require('voxel'), | |
| fly = require('voxel-fly'), | |
| walk = require('voxel-walk'), | |
| label = require('voxel-label'), | |
| AWS = require('aws-sdk'); | |
| // setup engine |
AWS CloudWatch:
{
"Version":"2012-10-17",
"Statement":[
{
"Action":"sts:AssumeRole",
"Effect":"Allow",
"Principal":{
"Service":"logs.amazonaws.com"
| // https://caiorss.github.io/bookmarklet-maker/ | |
| $.expr[":"].contains = $.expr.createPseudo(function (arg) { | |
| return function (elem) { | |
| return $(elem).text().toUpperCase().indexOf(arg.toUpperCase()) >= 0; | |
| }; | |
| }); | |
| const $reset = $( | |
| '<button id="aafilter" style="margin:10px 10px 0 10px;" class="ml3 wt-btn wt-btn--tertiary wt-btn--small">Clear Filter</button>' |