I'm trying to integrate Bitbucket into AWS Code Pipeline? What is the best approach?
问题 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. 回答1: 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 回答2: BitBucket has a service called PipeLines which can deploy