Skip to content

Instantly share code, notes, and snippets.

View dougireton's full-sized avatar

Doug Ireton dougireton

View GitHub Profile
@dougireton
dougireton / ServerlessDeployBot.yml
Created December 21, 2017 00:33 — forked from ncloward/ServerlessDeployBot.yml
Serverless Deploy Bot Permissions
---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'Cloudformation stack to manage permission to deploy a serverless service'
Parameters:
ServiceName:
Description: Name of the Service you want to deploy
Type: String
Resources:
@dougireton
dougireton / boxstarter.ps1
Last active January 10, 2018 01:15 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
#djDebug *{color:#888;float:none;margin:0;padding:0;position:static;text-align:left;}
#djDebug code{color:#333;}
#djDebug h3 code{color:#fff;}
#djDebug a{color:#ccc;}
#djDebug a:hover{color:#aaa;}
#djDebugToolbar{background:#333;height:30px;z-index:100000000;border-bottom:2px solid #222;position:absolute;top:0;left:0;right:0;}
#djDebugToolbarHandle{background:#555;height:30px;z-index:100000000;position:absolute;top:0;left:0;right:0;width:16px;}
#djDebugToolbarHandle ul li{padding:3px 0px 0px 3px;}
#djDebugToolbarHandle ul li a{font-size:16px;font-weight:bold;}
#djDebugToolbar ul{margin:0;padding:0;list-style:none;}