Skip to content

This serverless Cloudflare Worker fetches and returns dynamic GitHub profile data using the GitHub API. It demonstrates cloud infrastructure automation with Terraform and real-time data handling

Notifications You must be signed in to change notification settings

DavidHavoc/cloudflare-worker-github-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudflare Worker Deployment with Terraform

This project deploys a serverless Cloudflare Worker at https://devops.X.com using Terraform.

What it does:

  • Creates a custom Worker responding "Hello from my Cloudflare Worker!"
  • Binds it to the subdomain devops.X.com
  • Automates DNS setup through Cloudflare.

How to deploy:

terraform init
terraform plan
terraform apply

About

This serverless Cloudflare Worker fetches and returns dynamic GitHub profile data using the GitHub API. It demonstrates cloud infrastructure automation with Terraform and real-time data handling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published