Jari Kujansuu
Jari Kujansuu
I got same problem using **ssm** backend. We have multiple **service**s that can be deployed in different **flavor**, and then there is configuration that is for **flavor** and then for...
My issue is probably related. I can't serialize any case class if it contains any List, Option or anything. Also fail with same ScalaSig error So following works ```scala import...
That would be ok. It would simplify our current solution little bit. But best would be if Chalice could load arn info from environment it is going to deploy, so...
I would most likely use tags, generate some id on chalice project init and use that. But have to look into that package option for next project, as I don't...
I perhaps had two separate issues in here. My squad is producing data to Kinesis stream and I am checking how we could help our customers to simplify their code,...
I think **fail fast for Streams in Batch Processing** would simplify our current client squads code nicely. If I have understood correctly that same `SqsFifoPartialProcessor` logic could be used for...