
Password Store – More testing ahead
It’s hard to keep the right balance between showing code and showing testing that is a bit more complex to make interesting on stream. That’s why I jumped to some actual implementation before finishing the…
Your daily geek
It’s hard to keep the right balance between showing code and showing testing that is a bit more complex to make interesting on stream. That’s why I jumped to some actual implementation before finishing the…
Time for a new AWS Updates cherry picks updates: Lambda: I missed this announcement, but it’s a big feature: AWS Lambda now supports ARM/Graviton 2 processor. Until then lambda ran on x86 processor, that is…
Last Friday, I implemented the last part of the basic testing for the Password File API. To perform the unit testing for the lambda, I went for a pretty basic solution: no SAM image deployment…