Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 379 Bytes

File metadata and controls

16 lines (13 loc) · 379 Bytes

Github

Helper for creating a github user with necessary permissions to deploy stacks to AWS. The cdk will need to run as this user in order to have enough permissions to create resources in AWS.

import { GithubDeployStack } from "@pixelfusion/aws-scripts";

// Create deployer
new GithubDeployStack(
  this,
  stack.getResourceID('GithubDeploy'),
  {}
);