CI/CD - Gotchas with circleci or codebuild

We use CircleCI to build and deploy our serverless projects. However part of our build includes running integration tests using serverless offline which is a pig on memory and frequently causes V8 to run out of heap space. The solution for us is to just use more memory. CircleCI is pricey once you want more than the standard 4gigs. AWS CodeBuild is dirt cheap. Any gotchas when using codebuild for serverless projects? Anyone used both and have experience?

1 Like