aws / aws/aws-cdk

(aws-cdk/aws-amplify): Add a sourceCodeProvider for bitbucket. Currently only supports GitLab, GitHub and CodeCommit

Open
#12,955 5 comments 11 reactions 0 assignees View on GitHub
@aws-cdk/aws-amplify effort/small feature-request p3
Dominant language
TypeScript
Stars
12.9k
Forks
4.6k
Avg merge
1d 19h
Merged PRs (30d)
74

Description

I am trying to setup a cdk pipeline to deploy a react app on AWS Amplify. Although, I am unable to use bitbucket as a source code provider.

### Use Case

Setting up a new project on amplify through bitbucket is possible using the AWS console. But cdk doesn't have support for this.

Currently, as a workaround, I had to revert back to using CodePipeline and S3 bucket to deploy my react app through cdk, which isn't ideal.

### Proposed Solution

Create a new source code provider for bitbucket like the one that already exists for Github, Gitlab and CodeCommit - https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-amplify.GitHubSourceCodeProvider.html

* [ ] :wave: I may be able to implement this feature request
* [ ] :warning: This feature might incur a breaking change

---

This is a :rocket: Feature Request

Contributor guide

Open the contributing guide

Research direction

Start by comparing the existing GitHub, GitLab, and CodeCommit source-code providers in the AWS CDK Amplify implementation, using the GitHubSourceCodeProvider API documentation linked in the issue. Confirm the AWS Amplify Bitbucket provider requirements, then add equivalent CDK support and verify that a React app can use Bitbucket as its source instead of the stated CodePipeline and S3 workaround.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, typescript
Domain
cloud, devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.