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 |
| <!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--> |