Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Sample project for NodeJS based azure functions with kotlin.

Notifications You must be signed in to change notification settings

mpetuska/template-azure-functions-kotlin-js

Repository files navigation

AZURE FUNCTIONS KOTLIN

A sample project demonstrating how to develop NodeJS based azure functions with kotlin.

Configuring

Main configuration goes into build.gradle.kts. Azure function configs go into src/main/resources/function.json

Building

To generate deployable artefact, use assemble(raw) or pack(tarball) tasks.

Running

After building the project, you can test your functions locally.

  • cd build/publications/npm/js
  • npm install
  • func extensions install
  • func start -p 7070

Alternatively you can just run ./gradlew runFunctions that does the same for you via gradle.

The sample endpoints will then be available at:

About

Sample project for NodeJS based azure functions with kotlin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Languages