Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.35 KB

File metadata and controls

25 lines (17 loc) · 1.35 KB

LocalStack CodePipeline Samples

This repository contains two sample applications that demonstrate LocalStack's CodePipeline emulation with CodeBuild, S3, and CodeArtifact workflows.

Prerequisites

  • A valid LocalStack for AWS license, which provides a LOCALSTACK_AUTH_TOKEN required to run these samples.
  • Docker with access to the Docker socket.
  • LocalStack CLI (awslocal) and AWS CLI.
  • A GitHub Personal Access Token exported as CODEPIPELINE_GH_TOKEN (used by both samples to download source archives).
  • npm (required for the CodeArtifact publishing sample).
export LOCALSTACK_AUTH_TOKEN=<your-auth-token>
export CODEPIPELINE_GH_TOKEN=<your-github-pat>

Samples

License

Licensed under the Apache License 2.0. See LICENSE.