Skip to content

niksacdev/sample-api-typescript

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Building Serverless API’s with TypeScript and Azure Function Proxies

For more details on the architecture and step by step setup of the same, check out my blog here: (https://connectedstuff.io/2018/03/02/building-serverless-apis-with-typescript-and-azure-function-proxies-2/)

In this sample, we build a microservice that uses Azure Functions and other awesome Serverless technologies provided by Azure. We will cover the following features:

  • Azure functions currently has support for TypeScript in preview and we will be using the current features available to develop a read/write REST API.
  • We leverage the Azure Function Bindings to define Input and Output for our functions.
  • We leverage Azure Function Proxies that provide a way to define consistent routing behaviour for our functions and API calls.

About

A sample API that demonstrates the use of TypeScript in Azure functions and leverages Azure proxies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published