Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 567 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 567 Bytes

AWS GitLab Connector to AWS S3

Currently, AWS CodeDeploy / AWS CodeBuild and AWS CodePipeline do not support GitLab repositories. They are currently supporting GitHub, GitHub Enterprise, Bitbucket, AWS CodeCommit, Amazon S3 and Amazon ECR. This tool aims to allow you to be able to use these tools, deploying your repository from GitLab to Amazon S3 via webhooks. To use it you just need to follow the steps below.

Requirements

  • AWS CLI with S3 and Lambda creation permissions

Architecture

Arch

How to use

In progress