Reader small image

You're reading from  Architecting Cloud-Native Serverless Solutions

Product typeBook
Published inJun 2023
PublisherPackt
ISBN-139781803230085
Edition1st Edition
Concepts
Right arrow
Author (1)
Safeer CM
Safeer CM
author image
Safeer CM

Safeer CM is a technology generalist with more than 16 years of experience in site reliability engineering, DevOps, infrastructure, and platform engineering. A site reliability engineer by trade, Safeer has managed large-scale production infrastructures at internet giants like Yahoo and LinkedIn and is currently working at Flipkart. He has experience in cloud management and consulting for budding and established startups as a cloud architect. He is an ambassador of the Continuous Delivery Foundation and contributes to the CD and DevOps communities. As a technology speaker, blogger and meetup organizer, Safeer enjoys mentoring new technology talents, especially in the fields of SRE and DevOps.
Read more about Safeer CM

Right arrow

Workers and KV – learning by example

Before we start learning how to use Workers, first, you need to have an account with Cloudflare, and then sign up for Cloudflare Workers. Workers has a free plan that should be enough for you to play around with different workers. When you choose your plan and set up your account for Workers, you will also need to have a domain that your workers can be published to. You can either choose to have your own domain, which you can add to your Cloudflare account and manage, or sign up for a free subdomain under the worker.dev domain. For this chapter, I am going to use the safeer.workers.dev subdomain, which I have signed up for already.

If you want to test how to write Worker code without setting up your account or the necessary tooling, you can try out the Cloudflare playground. The Cloudflare playground is a web-based UI that is available at https://cloudflareworkers.com. This UI helps you write Worker code and test it with additional input...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Architecting Cloud-Native Serverless Solutions
Published in: Jun 2023Publisher: PacktISBN-13: 9781803230085

Author (1)

author image
Safeer CM

Safeer CM is a technology generalist with more than 16 years of experience in site reliability engineering, DevOps, infrastructure, and platform engineering. A site reliability engineer by trade, Safeer has managed large-scale production infrastructures at internet giants like Yahoo and LinkedIn and is currently working at Flipkart. He has experience in cloud management and consulting for budding and established startups as a cloud architect. He is an ambassador of the Continuous Delivery Foundation and contributes to the CD and DevOps communities. As a technology speaker, blogger and meetup organizer, Safeer enjoys mentoring new technology talents, especially in the fields of SRE and DevOps.
Read more about Safeer CM