Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing 'hello-serverless' app: AWS Lambda deployment type not configured #475

Open
guneshsji opened this issue Jul 21, 2023 · 2 comments

Comments

@guneshsji
Copy link

Deploying "hello-serverless" Golang app on AWS lambda succeeds.
But installation to MM server fails with below error

DEBUG	appsctl/mattermost.go:36	updated local manifest	{"app_id": "hello-serverless", "deploy_type": "AWS Lambda"}
Error: failed to install the app to Mattermost: deployment type "AWS Lambda" is not configured on this Mattermost server

Manifest file content:

{
	"app_id": "hello-serverless",
	"version": "v1.2.0",
	"display_name": "Hello, Serverless!",
	"homepage_url": "https://github.com/mattermost/mattermost-app-examples/golang/serverless",
	"requested_permissions": [
		"act_as_bot"
	],
	"requested_locations": [
		"/command"
	],
	"aws_lambda": {
		"functions": [
			{
				"path": "/",
				"name": "hello-serverless",
				"handler": "hello-serverless",
				"runtime": "go1.x"
			}
		]
	}
}

What could be a potential issue here.

@guneshsji
Copy link
Author

@hanzei Hi, do you know what could be the issue,
If I want to build an integration with twilio, what should I opt for, plugin or app ?

@hanzei
Copy link
Contributor

hanzei commented Aug 1, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants