Get notified when your package breaks on new Meteor versions

Then that’s awesome!

1 Like

I think writing a AWS Lambda function makes sense. You can expose a web endpoint for the Lambda function. Then every package author can install this Lambda function and configure the private credentials for the repository / CI API. After that the package author just have to hand over the URL for the Lambda function to MDG and MDG will call all those Lambda function URLs after they have done a new release.

Yeah that could work also if we have a great guide to set up that endpoint. But doesn’t running lambda cost money? It would be great if there was a free option.

1 million requests per month are free. So it costs nothing. See http://aws.amazon.com/lambda/pricing/.

1 Like

Here are the links to get started: