From c8f379a20cd58d8f649bc4a22e5b78af0a2b68f0 Mon Sep 17 00:00:00 2001 From: Spiros Economakis Date: Fri, 8 Jul 2022 10:48:14 +0300 Subject: [PATCH] Fix manifest to respect the apps framework version of the deployer (#5) --- manifest.json | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index e0f01c2..dd3bd51 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "app_id": "ponos", - "version": "0.1.0", + "version": "0.0.3", "display_name": "Ponos", "description": "Ponos is a tool which the SRE in Mattermost use for toil work", "homepage_url": "https://github.com/mattermost/ponos", @@ -12,19 +12,15 @@ "requested_locations": [ "/command" ], - "aws_lambda": { - "functions": [ - { - "path": "/", - "name": "go-function", - "handler": "mattermost-app-ponos", - "runtime": "go1.x" - } - ] - }, - "http": { - "root_url": "http://localhost:3000" - }, + "app_type": "aws_lambda", + "aws_lambda": [ + { + "path": "/", + "name": "go-function", + "handler": "mattermost-app-ponos", + "runtime": "go1.x" + } + ], "bindings": { "path": "/bindings", "expand": {