🚀 Released @dtapline/cli v0.5.0, which allows you to see your deployment matrix as alternative to the web ui in dtapline.com I don’t think @OctopusDeploy has such thing #dtapline
@F1oydRose@rfxkairu@EffectTS_ “effect-aws” wraps the AWS-SDK when I last checked which is huge and clunky.
Should be able to build an adhoc implementation for it.
I re-wrote itty-aws to go all-in on @EffectTS_
It uses a Proxy and types-only, so the entire AWS SDK fits in 34KB.
Every AWS API's errors modeled perfectly with TaggedError.
@rfxkairu@samgoodwin89@EffectTS_ btw, I think it is good to mention here, s3 presigned url is supported by this package #L195-L207" target="_blank" rel="nofollow noopener">github.com/floydspace/eff…
getObject has an overload which makes it presigned version
@samgoodwin89@EffectTS_ repo and readme suggests S3 support, but the readme also says it doesn't support S3? also am i blind or is there no presigned url creation?
В ТикТоке попалось видео, где у девушки нашли диабет и она долгое время не могла подкалывать инсулин в общественных местах, потому что боялась осуждения.
В 18 лет мне поставили астму, и я могла идти и задыхаться, пока не найду туалет — чтобы не доставать ингалятор при всех.
Я просто не понимаю, откуда у нас в голове это дерьмо😭
Студия Артемия Лебедева наконец-то родила шедевр – плакат ко дню России.
Правда, он странным образом совпал с обложкой альбома Pink Floyd 1973 г. «The Dark Side of the Moon». Но, кого интересуют такие мелочи? Никто же раньше не мог, а Артемий смоК!
И заработал на этом аххулиард..
In his Effect Days talk, Victor Korzunin discusses using Effect within AWS Lambda, highlighting its integration, benefits, and future prospects to make serverless programming more efficient.
🔗 Link to the full talk in the next post
If you didn't know, AWS Lambda can handle stream responses, i.e, you can download a file from S3 in mem effective way. And if you are using @EffectTS_ and effect-aws, it becomes easy to implement with new StreamHandler. Of course with auto resource mangement through global layer
@EffectTS_ 3.15 has been released!
- Effect.catchTag can now handle multiple error types in one pass
- Effect.filterOr* apis have better type inference
- Stream.toAsyncIterable
Plus a bunch of other improvements.
From zero to confident testing in Effect – in four recipes.
Edouard Penin, Senior Engineer at Evryg @EvrygDotCom, shares practical patterns for testing real-world scenarios with Effect.
Talk from Effect Days 2025 in the next post ⤵️