Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Fix manifest to respect the apps framework version of the deployer (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosoik authored Jul 8, 2022
1 parent 75c6416 commit c8f379a
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit c8f379a

Please sign in to comment.