Hi Team,
I have a requirement to integrate bitbucket to the Codepipeline. So the process involves copying the repo file to s3 and the s3 file triggers the codepipeline.
Please let me know if there is already a webhook to achieve this
Hello @Gaurav,
I'm not familiar with AWS CodePipeline, but looks like you can configure a webhook for your repository in Bitbucket which will trigger AWS CodePipeline, and configure AWS CodePipeline to pull your repository via SSH upon receiving that webhook. Here's an Amazon article describing this.
If you absolutely have to copy some files to S3 as an intermediate step, you can configure Bitbucket Pipelines to deploy to S3 and trigger same AWS CodePipeline URL as a webhook would do.
Hope this helps.
Cheers,
Daniil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.