I'm trying to integrate Bitbucket into AWS Code Pipeline? What is the best approach?

Nigel Fds picture Nigel Fds · Jan 17, 2017 · Viewed 21k times · Source

I want to integrate my code from Bitbucket into AWS Code Pipeline. I unable to find proper examples on the same. My source code is in .Net. Can someone please guide me. Thanks.

Answer

Kirkaiya picture Kirkaiya · Mar 21, 2017

You can integrate Bitbucket with AWS CodePipeline by using webhooks that call to an AWS API Gateway, which invokes a Lambda function (which calls into CodePipeline). There is an AWS blog that walks you thru this: Integrating Git with AWS CodePipeline