hello-world-ci icon indicating copy to clipboard operation
hello-world-ci copied to clipboard

A sample serverless app built and deployed using CircleCI

Hello World with CI/CD

A serverless NodeJS app using CI with CircleCI. It is a companion project for the blog post Automating CI/CD workflow for serverless apps with CircleCI.

Install Jest

npm install -g jest

Run Tests

npm test --coverage