This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
exports.handler = (event, context, callback) => { | |
const request = event.Records[0].cf.request; | |
const destDomain = 'gst.giver.014qa.net' | |
const destUri = event.Records[0].cf.request['uri'] | |
const ipClient = event.Records[0].cf.request.headers['x-forwarded-for'][0]['value'] | |
request.origin = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages: | |
yum: | |
jq: [] | |
files: | |
"/opt/elasticbeanstalk/bin/eipalloc.sh": | |
mode: "000755" | |
owner: root | |
group: root | |
content: | | |
#!/bin/bash |
A Pen by Alejandro Hernandez on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<main id=app> | |
<List></List> | |
<img class="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/International_Pok%C3%A9mon_logo.svg/1280px-International_Pok%C3%A9mon_logo.svg.png"/> | |
</main> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="page"> | |
<h2>Warcraft Tooltips</h2> | |
<h3>with css, handlebars and some jQuery</h3> | |
</header> | |
<div class="bag"> | |
<header>Backpack</header> | |
<i class="wow-icon" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="button" value="spin" style="float:left;" id='spin' /> | |
<canvas id="canvas" width="500" height="500"></canvas> j |