Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Lambda function to trigger Wercker builds on a schedule

Notifications You must be signed in to change notification settings

pawelniewie/trigger-wercker-from-lambda

Repository files navigation

Example of a simple Lambda function (with serverless framework) that triggers wercker build!

npm i -g serverless

Configure via secrets.yml

wercker: token
applicationId: get it from fetchApplications
username: your_user

Listing all applications:

serverless invoke local -f fetchApplications

To test it locally:

serverless invoke local -f triggerBuild

To deploy it:

serverless deploy

It will trigger a build every 6 hours by default.

About

Lambda function to trigger Wercker builds on a schedule

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages