Create a Lambda function using AWS CloudFormation

Creating and managing multiple AWS resources in your console is a very complex task in the long run. When building and configuring many product resources and services, managing and maintaining them becomes tedious work. With CloudFormation, you can create different resources from scratch and manage the configuration changes across all…

Read More

Tips to Improve Your CI Configuration

You may be new to Continuous Integration (CI) or have tried this development practice before and are simply looking for ways to optimize the process; this blog is for you.Continuous Integration (CI) and its main goalBefore we dive in, let’s talk about the main goals of CI practices.…

Read More