A Serverless Cloud Resume API with Azure, supporting both JSON and HTML formats.
curl https://resume26hamitfunc.azurewebsites.net/
curl https://resume26hamitfunc.azurewebsites.net/hamitsehjal
For better results with the HTML version, copy the URL and paste it directly into your web browser.
- Serves resume data in two formats:
- JSON: Available at the root URL
- 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
- Azure Functions
- CosmosDB
- Terraform
- 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.
- Twitter: @hamitsehjal
- GitHub: @hamitsehjal