@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.
A static archive of Markus Tacker's tweets. Follow me on Mastodon: @[email protected].
@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.
@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).