Skip to content

hamitsehjal/Serverless-Cloud-Resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Resume API with Azure

Deploy to Azure Functions

A Serverless Cloud Resume API with Azure, supporting both JSON and HTML formats.

Demo

JSON Format (Default)

curl https://resume26hamitfunc.azurewebsites.net/

HTML Format

curl https://resume26hamitfunc.azurewebsites.net/hamitsehjal

For better results with the HTML version, copy the URL and paste it directly into your web browser.

Features

  • Serves resume data in two formats:
    1. JSON: Available at the root URL
    2. HTML: Available at the /hamitsehjal route
  • Uses Azure Functions for serverless architecture
  • Stores data in CosmosDB for scalability and performance
  • Infrastructure as Code using Terraform

Tech-stack

  • Azure Functions
  • CosmosDB
  • Terraform

Usage

  • To retrieve the resume in JSON format, send a GET request to the root URL.
  • To retrieve the resume in HTML format, send a GET request to the /hamitsehjal route.

Author

About

A serverless API using Azure Functions and CosmosDB, integrated with GitHub Actions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published