Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with min
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
dependabot[bot] d6673f5599
Bump minimatch in /samples/azure-functions/typescript/HttpExample (#1466)
3 years ago
..
HttpExample Bump minimatch in /samples/azure-functions/typescript/HttpExample (#1466) 3 years ago
README.md Update readme to specify that you may need a local.settings.json file for samples (#602) 6 years ago
tye.yaml Start finding func rather than downloading it (#587) 6 years ago

README.md

Typescript example

A simple example showing that tye supports running non-dotnet azure functions locally.

For running

Before running, navigate to the HttpExample and run npm install. Run npm start as well to verify the function starts without tye.

Next, all you need to do is execute tye run and navigate to the dashboard. Navigate to <SERVICE_URL>/api/HttpExample to see the function working.

💡 Note, you may need to create a local.settings.json file to specify the language default. Tye currently doesn't specify the language by default.