Upgrade to Pro — share decks privately, control downloads, hide ads and more …

DevOpsDays - 2017

emaildano
October 24, 2017

DevOpsDays - 2017

WordPress Goes Serverless Ignite Talk!

emaildano

October 24, 2017
Tweet

More Decks by emaildano

Other Decks in Technology

Transcript

  1. 1 1 1 1 1 6 4 1 10 WordPress

    Drupal WebEx Panel Custom Angular Contentful Hugo Blogger HubSpot CMS in use by DevOpsDays Philly Sponsors src: https://trends.builtwith.com/cms
  2. CMS in use by the entire internet 5% 2% 40%

    53% WordPress Other Drupal Joomla
  3. 'use strict'; module.exports.endpoint = (event, context, callback) => { const

    response = { statusCode: 200, body: JSON.stringify({ message: `Hello, the current time is ${new Date().toTimeString()}.`, }), }; callback(null, response); }; WordPress_2_Static.js