This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APIM configuration can easily bloat your serverless configuration yaml. This PR reduces a lot of the boilerplate APIM configuration in many use cases except for when direct customization is required. Infers APIM operation configuration from HTTP binding Will automatically generate API just by setting apm: true in serverless yaml Will automatically generate default backend pointing to the /api endpoint of your function app Now supports configuring multiple API's in a single configuration Now supports configuring multiple Backends in a single configuration Ability to link an APIM operation to a specific API and backend
- Loading branch information
Showing
22 changed files
with
684 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.