Jérôme Decoster

Jérôme Decoster

3x AWS Certified - Architect, Developer, Cloud Practionner

05 Jun 2020

Docker + ECS + Fargate

Use Docker to develop locally. Host docker image on Docker Hub and ECR. Deploy manually with ECS Fargate. Deploy again with ecs-cli.
22 Apr 2020

GitOps + Terraform

Manage the content and infrastructure of a website in a git monorepo. Deploy automatically with each push.
06 Apr 2020

Github Flow + Codesuite pipeline + Slack

Testing a Node project hosted on github with CodeBuild and CodePipeline. Also sending Slack message.
24 Mar 2020

Codesuite pipeline + Terraform

Building a C++ program after each commit using CodeCommit, CodeBuild and CodePipeline.
10 Mar 2020

Jenkins pipeline + Slack + Github release

Testing a Node project hosted on github with Jenkins pipeline. Also sending Slack message and create github release.
03 Mar 2020

Jenkins + github

Testing a Node project hosted on github with Jenkins.
28 Feb 2020

git-flow + github

Playing with git-flow and github.
24 Feb 2020

Step Functions + Rekognition

Detect faces in images with Rekognition. Create a face collection to find similar faces.
05 Feb 2020

S3 Event Notification + Rekognition + ImageMagick

Detect Bird, Cat and Dog in images with Rekognition then draw the bounding box with ImageMagick.
04 Feb 2020

Terraform + ImageMagick + Lambda + invoke

Playing with Terraform, Lambda and ImageMagick to convert an color image from to black and white version.
27 Jan 2020

Terraform + S3 + S3 Event Notification + Lambda

Terraforming S3 and S3 Event Notification to change object ACL with Lambda.
20 Jan 2020

Express + session + DynamoDB + Cognito

Playing with express-session. Externalize session data in DynamoDB and user account in Cognito.
16 Jan 2020

Node + Express + session

Testing the cookie-session and express-session middlewares.
09 Jan 2020

Troposphere + Lambda + Sharp

Playing with Trophosphere, Lambda and Sharp to convert an color image from to black and white version.
22 Dec 2019

API Gateway + Lambda + AWS CLI

Create an API Gateway and a Lambda from CLI.