start new:
tmux
start new with session name:
tmux new -s myname
| 'use strict'; | |
| /** | |
| * Lambda@Edge to log CloudFront event and context. | |
| * Note: this runs in Lambda@Edge which means it runs in a variety | |
| * of regions, the region closest to the browser making the request. | |
| * So be sure and check other regions if you don't see the logs in | |
| * CloudWatch in the region you normally use. | |
| * | |
| * https://medium.com/@jbesw/postcards-from-lambda-the-edge-11a43f215dc1 |
| # Original blog post: <https://mnx.io/blog/a-proper-server-naming-scheme/> | |
| # Original word list: <http://web.archive.org/web/20091003023412/http://tothink.com/mnemonic/wordlist.txt> | |
| # Sample usage: `curl <gist> | tail --lines +4 | shuf | head --lines 1` | |
| acrobat | |
| africa | |
| alaska | |
| albert | |
| albino | |
| album | |
| alcohol |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <title></title> | |
| <meta name="description" content=""> | |
| <meta name="viewport" content="width=device-width"> | |
| <!-- Meat and Potatoes of BV Integration Code--> |