feat(amplify): source code providers#6921
Conversation
Add source code providers classes for GitHub and CodeCommit that implement a new `ISourceCodeProvider` interface. BREAKING CHANGE: use the `sourceCodeProvider` prop to connect your app to a source code provider. The props `repository`, `accessToken` and `oauthToken` do not exist anymore in `AppProps`.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
@skinny85 Would like you check out the additions to codecommit here. |
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Hey @MrArnoldPalmer, any reason why you're leaving this as |
Nope, sorry just missed it. |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Commit Message
feat(amplify): source code providers
Add source code providers classes for GitHub and CodeCommit that implement
a new
ISourceCodeProviderinterface.Fixes #6818
BREAKING CHANGE: use the
sourceCodeProviderprop to connect your app to a sourcecode provider. The props
repository,accessTokenandoauthTokendo not existanymore in
AppProps.End of Commit Message
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license