/gitlab-to-aws-s3

AWS Lambda Function to deploy a GitLab repo on S3, via webhooks. Great for using with AWS CodeBuild and AWS CodeDeploy.

Primary LanguagePython

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