Replying to @Niklas_L

@Niklas_L It's released all together, but using
multiple artifacts (it's a serverless AWS lambda solution with ~50 lambas).

For reducing build time I make a checksum of all dependencies of an artifact and
only rebuild if these change.

Thu, 07 Feb 2019 09:00:20 UTC11

1 reply

Replying to @coderbyheart

@Niklas_L Artifacts are cached so that other
developers don't need to rebuild the same artifact.

The next optimization would be to allow development builds being done remotely
so that you can parallelize it (we have a cloud that can do this).