AWS CDK Part 1: How to create a custom VPC 09/17/19 by Maik Kingma This first part of 6 consecutive blog posts on AWS CDK will guide you through the setup process of a custom VPC including subnets and security groups with AWS CDK and TypeScript. Read more Leave your thoughts
Will AWS CDK replace Terraform and the Serverless Framework? 09/17/19 by Kevin van Ingen CDK, Terraform, or Serverless Framework? An evaluation of these tools for application in AWS serverless projects. Read more Leave your thoughts
Use Serverless AWS step functions to reduce VPC costs 09/12/19 by Kevin van Ingen In this article I will take you on a tour from our initial naive Lambda setup to an improvement and explain what went wrong. Read more Leave your thoughts
Thoughts after completing the Coursera “Data Engineering, Big Data, and Machine Learning on GCP Specialization” 09/09/19 by Niklas Haas Having worked with Google Cloud Platform’s Big Data Services for almost a year, I wanted to have a broader view on GCP’s capabilities. Read more Leave your thoughts
Improving the Lambda developer experience 09/02/19 by Kevin van Ingen Lambda development should be a great experience. By automating infrastructure (Terraform), testing and using high quality code, it will be! Read more Leave your thoughts
Spring Boot on Heroku with Docker, JDK 11 & Maven 3.5.x 08/19/19 by Jonas Hecht If you don't know Heroku already, you'll get to love it soon! But wait – do you run Spring Boot apps based on JDK 11+? Do you build them with Maven 3.5.x? Maybe you should use Docker on Heroku. Read more Leave your thoughts
Understanding the AWS Lambda SQS integration 08/12/19 by Frank Rosner How does the Lambda SQS integration work exactly? How do the different configuration parameters impact the behaviour of your integration? Read more Leave your thoughts
Building your own serverless functions with k3s and OpenFaaS on Raspberry Pi 08/07/19 by Andreas Muttscheller In recent years, lots of new programming paradigms have emerged – going from monolithic architectures towards microservices and now serverless... Read more Leave your thoughts
Serverless plugins – Automatic generation of monitoring dashboards 07/31/19 by Mahdi Ebrahimi The Serverless framework defines a meta language on top of the Infrastructure as Code (IaC) services of many Cloud Service... Read more Leave your thoughts