Skip to content

afallahi/cdk-codepipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js AWS

TypeScript npm

CI/CD With AWS CodePipeline and CDK TypeScript

CDK_CodePipeline

Stack

  • AWS CodePipeline
  • AWS CDK
  • CloudFormation
  • AWS Lambda
  • Node.js
  • Typescript
  • Jest for Unit Tests

Deployment

For the first time, delpoy the pipeline with

cdk deploy

Otherwise, avoid deploy directly and push to the repo to trigger the pipeline.

Tests

Run Unit Tests Locally

npm test

Run Unit Tests In CI/CD Pipeline

testingStage.addPre(new CodeBuildStep('unit-tests', {
      commands: [
        'npm ci',
        'npm test'
      ]
    }))

Pipeline

pipeline-1 pipeline-2

About

AWS CodePipeline with CDK and GitHub

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors