Blogs

AWS Velocity Series: Set the assembly line up

What is the first thing you do when starting a new project? For me, I ...

AWS Velocity Series: Serverless app

The API Gateway provides an HTTPS endpoint that invokes a Lambda function when a request ...

AWS Velocity Series

Most of our clients use AWS to reduce time-to-market following an agile approach. But AWS ...

AWS Velocity Series: Running your application

There are many options when it comes to running an application on AWS. EC2 based, ...

AWS Velocity Series: Local development environment

The local development environment is where you make changes to the source code, edit configuration ...

AWS Velocity Series: EC2 based app infrastructure

To run a production-ready application on EC2 gives you maximum freedom but also maximum responsibilities. ...

AWS Velocity Series: EC2 based app CI/CD pipeline

In the previous article, you learned how to use CloudFormation to describe a production-ready infrastructure ...

AWS Velocity Series: Containerized ECS based app infrastructure

EC2 Container Service (ECS) is a highly scalable, fast, container management service that makes it ...

AWS Velocity Series: Containerized ECS based app CI/CD pipeline

In the previous article, you learned how to use CloudFormation to describe a production-ready infrastructure ...

AWS Velocity Series: CI/CD Pipeline as Code

The Continuous Integration / Continuous Deployment pipeline is a major section of your software assembly ...