0.3.0-rc.6 • Published 8 months ago

@supershift/mediakiwi-azure-function v0.3.0-rc.6

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Sushi.MediaKiwi.AzureFunction

Introduction

This package will help getter configuration running through an Azure Function HttpTrigger for your Static Web App

Setup

Install the package:

npm i @supershift/mediakiwi-azure-function

Usage

Create an Node Azure Function of your own liking and import the ConfigurationHttpTrigger from the package

import { ConfigurationHttpTrigger } from "@supershift/mediakiwi-azure-function";

const httpTrigger: AzureFunction = async function (context: Context, req: HttpRequest): Promise<void> {
  ConfigurationHttpTrigger(context, req);
};

export default httpTrigger;

Optional

Add additional section by providing them as a third parameter

const httpTrigger: AzureFunction = async function (context: Context, req: HttpRequest): Promise<void> {
  ConfigurationHttpTrigger(context, req, ["SampleApi"]);
};
0.2.5-alpha.1

8 months ago

0.2.5-alpha.3

8 months ago

0.2.5-alpha.2

8 months ago

0.2.4-rc.1

8 months ago

0.3.0-rc.3

8 months ago

0.3.0-rc.4

8 months ago

0.3.0-rc.5

8 months ago

0.3.0-rc.6

8 months ago

0.3.0-rc.1

8 months ago

0.3.0-rc.2

8 months ago

0.2.4

8 months ago

0.2.4-alpha.2

8 months ago

0.2.4-alpha.1

8 months ago

0.2.4-alpha.3

8 months ago

0.3.0-alpha.2

9 months ago

0.3.0-alpha.1

9 months ago

0.2.3-rc.3

9 months ago

0.2.3-rc.1

9 months ago

0.2.3-rc.2

9 months ago

0.2.2-rc.3

9 months ago

0.2.2

9 months ago

0.2.2-rc.5

9 months ago

0.2.2-rc.4

9 months ago

0.2.2-rc.2

10 months ago

0.1.11

1 year ago

0.2.0-rc.3

11 months ago

0.2.0-rc.2

11 months ago

0.2.0-rc.4

10 months ago

0.2.0-alpha.4

12 months ago

0.2.0-alpha.3

12 months ago

0.2.0-rc.1

11 months ago

0.2.0-alpha.5

11 months ago

0.2.1-alpha.2

10 months ago

0.2.0-alpha2

1 year ago

0.2.0-alpha1

1 year ago

0.2.1-alpha.1

10 months ago

0.2.1

10 months ago

0.2.0

10 months ago

0.2.2-rc.1

10 months ago

0.1.10

1 year ago

0.1.8

1 year ago

0.1.9

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.0-beta.2

1 year ago

0.1.0-beta.1

2 years ago