Hi Folks! I am currently working on an exciting project where it should be possible to create Ec2 instances flexibly via an API. These instances should then be made available to the customer for training purposes. The instances should be customized…
Available posts in projen
AWS Cloudformation deploying with Lambda
AWS CDK Custom Construct Versions Checker
Hi CDK Fans! With Custom Constructs it is possible to implement certain features as Level 2 AWS CDK Constructs. In fact, many of the AWS CDK Constructs already in use are already Level 2 Constructs. I have already built some custom constructs. There…
AWS QuickSight DataSet and DataSource CDK Custom Constructs
Hi. In my previous blog posts I showed how to generate analytics from DynamoDB table using AWS QuickSight. Unfortunately, QuickSight is only minimally supported by Cloudformation and QuickSight's DataSource and DataSet are only on the roadmap so far…
AWS DynamoDB Analysis with QuickSight and AWS CDK - Quite big Tables
Hi. In my last blogpost, I covered exciting work with AWS Athena and AWS QuickSight. If you want to do analytics from small AWS DynamoDB tables, everything should work smoothly. By small I mean a relatively small number of columns in the table. It…
AWS DynamoDB Analysis with QuickSight and AWS CDK
Hi. AWS DynamoDB is an extremely performant and scalable NoSQL database. Due to the lack of a schema, data, called items in DynamoDb, can be extremely flexible. This also allows a kind of evolutionary development of the items by simply creating new…
A very cool DevOps AWS CDK Todolist
Hi. For a long time I've been dreaming of building a platform with a great DevOps experience. I want to have cool stuff in it like: Infrastructure as Code (IAC) CI / CD (Continuous Integration / Continuous Deployment) A staging e.g. dev, qa, prod…
Docker Hub release with Projen
Hi Projen folks. Projen is becoming popular. I've been using it myself for about half a year now and I'm still totally hooked. Recently I even managed to build a Docker Image Release Cycle to Docker Hub with it. My Docker InfluxDB Repo now…
ALPS Helper Library
Hi :). The new ALPS Converter I developed makes it possible to convert an ALPS specification (spec short) to OpenApi, GraphQL or other APIs. Other great features of my ALPS unified library are: automatic versioned releasing to NPM, PyPi, Maven and…