Skip to content

Instantly share code, notes, and snippets.

View mrollinsiv's full-sized avatar

Markham F Rollins IV mrollinsiv

View GitHub Profile
@mrollinsiv
mrollinsiv / .SNS Fanout in Serverless Framework.md
Created November 11, 2021 16:32
SNS Fanout in Serverless Framework

Create a simple SNS Fanout in the Serverless Framework

@mrollinsiv
mrollinsiv / pr-bookmarklet.js
Created June 13, 2017 15:30 — forked from shawnpwalsh/pr-bookmarklet.js
Wenner Media Bitbucket PR Bookmarklet
// Wenner Media Bitbucket PR Bookmarklet
// Instructions for modifying:
// 1. Fork gist and make changes
// 2. Upload pr-bookmarklet.js into origin-assets/dev S3 bucket and "Make public"
(function() {
var title = document.getElementById('id_title');
var destinationSelect = document.getElementsByName('dest')[0];
var destinationBranch = destinationSelect.options[destinationSelect.selectedIndex].text;