Serverless gives you wings: Where do all the functions go? 

Obinna Ekwuno

SPEAKER BIO.

Obinnaspeaks

Developer Advocate @Cloudflare 

Techical editor @ A List Apart

Two developers wonder who owns the dog..... I mean Proxy server. 

Docker, Kubernetes

A spike is coming.

The complexity continues

Serverless 🤝 Jamstack

Focus only on the bussiness logic, Leave the scaling for the experts.  

Cloudflare workers.

 

Region? Earth please.

“Cloudflare Workers has changed the way we build our apps. We don’t have to think about regions, we just deploy code and it runs seamlessly around the world.”

 

- Laurie Voss

addEventListener("fetch", event => {
  event.respondWith(handleRequest(event.request))
})

async function handleRequest(request) {
  return new Response("Hello worker!", { status: 200 })
}
Made with Slides.com