Skip to content

Instantly share code, notes, and snippets.

@NickyMeuleman
Last active December 8, 2019 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickyMeuleman/25080c59383d93e5ffb23e5a739ea57f to your computer and use it in GitHub Desktop.
Save NickyMeuleman/25080c59383d93e5ffb23e5a739ea57f to your computer and use it in GitHub Desktop.

Markdown file

Created in VSCode, using the GistPad extension

Let's upload a screenshot from the clipboard, because I can

Apparently I can't. I'm on WSL2, maybe that's why, it's in my Windows clipboard

  • Making a list.
  • Checking it twice.

Christmas Ipsum

Angel tree bells yule lights wreath carols celebrate calendar, bells decorate reindeer noel. Reindeer holly love ivy ornament chimney holiday gift. Celebrate holiday Christmas holiday bells, bells carols eggnog wintertime fireplace. Santa holiday december, eggnog singing yule celebrate yule bells angel ivy holly love december. Wintertime angel jingle bells ornament decorate noel elves, gold yule december celebration.

Toys angel cookie wintertime fireplace icicle wreath. Goodwill angel goodwill gift wreath holiday wintertime, guest frosty tree santa candy cane chestnuts wreath. Holiday wintertime elves icicle icicle stocking wintertime nutcracker cookie. Chestnuts holiday santa ornament chimney, eggnog frosty angel nutcracker lights. Ornament elves holiday fireplace cookie december jingle bells lights carols.

Eggnog celebration frosty, wreath nutcracker wreath holiday partridge noel santa nutcracker holiday. Nutcracker tree icicle noel elves calendar, holiday ornament icicle lights. Give singing goodwill candy cane noel Christmas candy cane partridge. Candy cane wintertime chimney, guest holly icicle goodwill angel gift stocking ivy tree noel celebrate. Wreath elves nutcracker celebration angel icicle, singing holly give decorate.

Cooooooooooooooooode

exports.handler = (event, context, callback) => {
  const response = {
    statusCode: 200,
    body: JSON.stringify({
      msg: `Mr. Mime is the best Pokemon`
    })
  };
  callback(undefined, response);
};
@NickyMeuleman
Copy link
Author

Comment from VSCode using GistPad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment