Available posts in postman
AWS Cognito Auth Mock
16th November 2020Ahoi AWS'ler In my AWS project, where I can start, stop and schedule instances of Alfresco via REST API, I use AWS Cognito as identity provider for user management. Cognito makes it easy for me to create new users and give them the rights to access…
AWS CDK - PipelineApp Library - Automated Testing
9th November 2020Hi CDK Fans, Recently I published a blog post about the AWS CDK PipelineApp Library I'm working on. If you are interested in the AWS CDK Pipeline you should read that one! Meanwhile I have used the library dozens of times in my projects and have…
OpenApi generated Restic REST Server
6th June 2020Hello folks :). In this article I want to tell you how easy it can be to create a backend REST server using OpenApi specifications. My ultimate goal is to make backups and the restore process of Alfresco data as easy as possible. After much research…
Alfresco meets Let's Encrypt
30th May 2020Hi Alfrescans. During the Alfresco Hackathon in May 2020 I implemented a Docker Companion extension for the Docker Alfresco Installer to manage SSL certificates. These certificates can be used for HTTPS connections. The SSL certificates are issued…
The Alfresco Provisioner
19th May 2020Hi Alfrescans. Have you ever installed Alfresco on an AWS Ec2 instance? Maybe even with Docker Compose? Even though Docker has made installing Alfresco easier, it is still a lot of work! First af all you have to create an Ec2 instance. To do this…
AWS CDK Api Gateway with Swagger
5th April 2020Ahoi 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 2020Ahoy 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…