Available posts in github

Security, Best Practice and Hardening Checks with the Prowler AMI

27th August 2021

Prowler Video (Click me :D) Hi Folks! Developing in AWS is fun and the possibilities to build cool stuff seem endless. But are these cool things secure and do they follow AWS's best practices? With Prowler AMI you can check just that with far over…

Automated AWS Security Feedback with Prowler and AWS CDK

17th August 2021

Hi Folks! Toni De La Fluente has developed the super cool AWS Security Tool Prowler. Prowler is a cli tool for performing and consulting AWS Security Assessment, Auditing, Hardening and Incident Response. With more than 180 checks, Prowler provides…

Wordpress Posts automated with AWS CDK

8th August 2021

Hi Folks! My last post was about how to make a wordpress deployment more DevOps friendly using Docker and some cool scripts. Today I want to talk about another exciting task. The customer wants new wordpress posts to be created automatically using…

Wordpress with Docker

3rd July 2021

Hi guys! For my newest customer I built a great AWS backend with AWS AppSync and many other great AWS services. But now I'm faced with the exciting task of making the AppSync or GraphQL API callable in a Wordpress frontend. I have heard a lot about…

Scrum and GitHub

11th February 2021

Hi. Our development team does an exciting experiment. We work in Scrum and organize ourselves mainly with GitHub. That works really great1. In this article I describe how we use GitHub for that. Even though I have experience with Scrum for about…

Optimise Infrastructure with CDK Solutions Constructs Part II.

4th July 2020

Hi CDK Fans In the previous Part I I have built the DynamoDB Stream to Lambda Solution Construct into my Alfresco Provisioner CDK Deployment and discussed the benefits of doing so. This week I integrated more CDK Solutions Constructs. CDK Solutions…

Optimize Infrastructure with CDK Solutions Constructs Part I.

28th June 2020

Ahoy AWS'ler Recently the first CDK Solution Constructs were released. It promise a new level of abstraction for CDK Constructs by combining often used Cloudformation patterns into their own CDK Constructs. For example, if you want to use an API…

AWS CDK Multistacks for Test and Produktion

19th April 2020

Hi AWS Fans, Last time I described how well AWS CDK is suited for describing infrastructure as code. This article is about how CDK could look in a test and production environment. In my private project I have already implemented something like a…

AWS CDK Api Gateway with Swagger

5th April 2020

Ahoi AWS'ler and Swagger fans In the last post I showed how AWS CDK can be used as a welcome alternative to YAML for describing your cloud infrastructure. Working on my CDK project from I encountered a problem handling Swagger files. But first I want…

AWS CDK Tutorial with Travis Deployment

29th March 2020

Ahoy AWS folks For a private project I have been working on an AWS CDK example in the past few days. AWS offers a range of great AWS CDK examples. The experience I had was so good that I decided to write a blog post about it. I was fortunate to work…