Introduction Recently, i was working with a React application and i wanted to integrate a form that i created on Typeform.This article is explaining how you can manage that using the React Embed Typeform library. Create a Next.js application Let's ...
Introduction I'm a backend developer who wanted to play around with Next.js a bit and ended up building a portfolio generator ! Idea As developers, we all need a portfolio to present our work. Of course, when you start your journey as a developer, b...
This article is part of a serie called [ Devops : Back to Basics ] where i document what i'm learning on my journey to become a Devops Engineer from my current position as a Backend Engineer. The Network Layer On a local area network or LAN, nodes ca...
In this tutorial we are going to use AWS Chatbot to run a Lambda function remotely from Slack. To create the lambda and the SNS Topic to talk to the Bot, we are going to use CDK. To setup the ChatBot we'll do it on the console. The Lambda Let's creat...
Lately, I have been using the AWS CDK a lot to set up infrastructure on AWS, and the fact that they have integrated solutions to unit test the code is really great. I will show how to use the CDK assertions (aws-cdk-lib/assertions) library to write u...
Dynamo DB stream - Definition What is a stream ? According to the AWS Documentation : A DynamoDB stream is an ordered flow of information about changes to items in a DynamoDB table. Whenever an application creates, updates, or deletes items in the ...