Goodbye Dockerfile: Cloud Native Buildpacks with Paketo.io & layered jars for Spring Boot 11/30/20 by Jonas Hecht Why Cloud Native Buildpacks with Paketo reduce the need to write Dockerfiles and how to integrate them with Spring Boot layered jars. Read more Leave your thoughts
Cost-effective batch jobs on AWS’ serverless infrastructure 06/04/20 by Timo Böhm There are batch jobs that require much engineering and fine-tuning on serious hardware to make them feasible. However, many batch jobs run on oversized infrastructure. Read more Leave your thoughts
From PDF data sheets to shared understanding with serverless SHACL 04/02/20 by Matthias Frank In this article we implement a generic approach to prepare formalized knowledge for a shared understanding by extracting the information contained in arbitrary PDF data sheets. Read more Leave your thoughts
Testing AWS Python code with moto 01/20/20 by Kai Brandes In this article I want to share with you how moto hooks into boto3 and how you can use it... Read more Leave your thoughts
AWS CDK Part 6: Lessons learned 11/28/19 by Kevin van Ingen and Maik Kingma AWS CDK Part 6: Lessons learned. CDK with TypeScript is a joy! APIs are not stable. CDK has a nice developer experience. Read more Leave your thoughts
AWS CDK Part 5: How to create a step function 11/26/19 by Kevin van Ingen and Maik Kingma AWS CDK Part 5: AWS Step functions, coordinate your Lambdas using state machines and create advanced workflows. Read more Leave your thoughts
AWS CDK Part 4: How to create Lambdas 11/07/19 by Kevin van Ingen and Maik Kingma AWS CDK Part 4: AWS CDK Lambda. Respond to S3 events with Lambda's in and outside a VPC. Read more Leave your thoughts
RDS database migration with Lambda 10/17/19 by Kevin van Ingen When I was building Java-based web applications we had some handy tools like Flyway and Liquibase for database schema migration.... Read more Leave your thoughts
AWS CDK Part 2: How to create an S3 Bucket 10/09/19 by Maik Kingma In this blog post, will focus on creating an AWS S3 bucket and a connection into our previously created VPC. Read more Leave your thoughts