Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature description
Implement CodeStar code connection as a resource in LocalStack.
🧑💻 Implementation
CodeStar connections have you go through an oauth workflow but I don't think that's actually necessary for LocalStack. Probably an ssh key, or another type of token (like GitHub PAT) would be sufficient. As long as it could be used as a source in a CodePipeline and be able to download the code.
Anything else?
We use CodeStar code connections to pull down source code for our CodePipelines. The DevOps team spends quite a bit of time developing pipelines and being able to debug them locally would help us move a lot faster than constantly trying to apply stuff to actual AWS