Blogs
AWS Velocity Series: Set the assembly line up
What is the first thing you do when starting a new project? For me, I ...
Aug
AWS Velocity Series: Serverless app
The API Gateway provides an HTTPS endpoint that invokes a Lambda function when a request ...
Aug
AWS Velocity Series
Most of our clients use AWS to reduce time-to-market following an agile approach. But AWS ...
Aug
AWS Velocity Series: Running your application
There are many options when it comes to running an application on AWS. EC2 based, ...
Aug
AWS Velocity Series: Local development environment
The local development environment is where you make changes to the source code, edit configuration ...
Aug
AWS Velocity Series: EC2 based app infrastructure
To run a production-ready application on EC2 gives you maximum freedom but also maximum responsibilities. ...
Aug
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 ...
Aug
AWS Velocity Series: Containerized ECS based app infrastructure
EC2 Container Service (ECS) is a highly scalable, fast, container management service that makes it ...
Aug
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 ...
Aug
AWS Velocity Series: CI/CD Pipeline as Code
The Continuous Integration / Continuous Deployment pipeline is a major section of your software assembly ...
Aug
