Build, Test, Deploy a Node.js App with CodeCommit, CodePipeline, CodeBuild, and Elastic Beanstalk

Lukonde Mwila
Level Up Coding
Published in
9 min readJan 26, 2020

--

Our Repository

I’m going to be using AWS CodeCommit as the repository for the source code of this project, as well as the source that our pipeline will be using to build and deploy our application. CodeCommit repositories are private and therefore can only be accessed by users setup in IAM…

--

--