oday
06/11/2019, 3:30 PMChris Barbour
06/11/2019, 4:54 PMKloudFormation
that turns AWS CloudFormation into a type safe Kotlin DSL.
You can build any AWS resource using the library as it's a one to one match for CloudFormation
There's loads more to come as we are building it to be modular.
As an example we built https://github.com/hexlabsio/kloudformation-serverless-module to help with AWS Lambda.
Check it out and let us know what you think.
Website and documentation can be found here: https://kloudformation.hexlabs.io/Davide Giuseppe Farella
06/12/2019, 8:50 PMTim Schraepen
06/15/2019, 12:27 PMelizarov
06/16/2019, 11:21 PMalex009
06/20/2019, 1:49 PMbasher
06/21/2019, 11:59 PMTim Schraepen
06/23/2019, 12:38 PMRobert Jaros
06/24/2019, 8:25 PMAnupam
06/25/2019, 7:19 AMelizarov
06/26/2019, 6:48 AMalex009
06/26/2019, 2:31 PMthevery
06/27/2019, 8:05 AModay
06/29/2019, 10:42 AMPere Casafont
07/01/2019, 12:55 PMdavid-wg2
07/01/2019, 12:59 PMthomasnield
07/01/2019, 5:28 PMmarcinmoskala
07/03/2019, 5:18 AMJulian Bissekkou
07/03/2019, 4:55 PMcorneil
07/07/2019, 2:18 PMPere Casafont
07/07/2019, 5:34 PMvishna
07/08/2019, 6:04 AMelizarov
07/14/2019, 8:36 AMTim Schraepen
07/14/2019, 11:16 AMKatie Levy
07/15/2019, 4:40 PMamanda.hinchman-dominguez
07/16/2019, 2:14 PMLiam Humphreys
07/19/2019, 8:10 AMubiratansoares
07/21/2019, 11:29 PMilya.gorbunov
07/23/2019, 6:31 PMkotlinx.collections.immutable
library — 0.2
Thanks to the great effort of @Abduqodiri Qurbonzoda [JB] we now have modern and efficient implementations of persistent collections rewritten from scratch. That allowed us to improve performance characteristics of many collection operations. See more details in the changelog: https://github.com/Kotlin/kotlinx.collections.immutable/releases/tag/v0.2
Another notable change is that we have split each collection interface there into two parts: an ImmutableCollection
that merely extends a read-only Collection
and adds a contract of immutability on top of it, and a PersistentCollection
that additionally provides modification operations and builders.
We encourage you to try it and share your feedback, but note that the library is still pre-release, so the API and implementations can change in future.
Currently this library is provided only for JVM, but our next short term plan is turning it into a multiplatform one.
Slack Conversation