How to trigger pipeline from outside buildkite

I want to trigger a integration test pipeline on buildkit via a lambda once the deployment in staging is completed.
Can lambda initiate a pipeline trigger via webhook call to buildkite?

Hi @ranbir!

Yes! it can be used to process your Buildkite webhooks. There are many ways to integrate webhooks with AWS Lambda.

You should be able to just use the BK Builds API and create a new build.

Cheers!

Thanks for your response

1 Like