Fixed functions demos #2025

Merged
garrettluu merged 10 commits from azure into master 2020-06-25 19:30:56 +00:00
Showing only changes of commit f3fb4c21ac - Show all commits

@ -9,8 +9,12 @@ aws: lambda-proxy
lambda-proxy:
cd LambdaProxy; mkdir -p node_modules; npm install xlsx busboy; sam local start-api; cd -
.PHONY: init-azure
init-azure:
cd AzureHTTPTrigger; mkdir -p node_modules; npm install xlsx formidable fs
.PHONY: azure
azure:
azure: init-azure
func start
.PHONY: azure-server