Skip to content

Category: Cloud Computing

Cloud Computing

How to find API gateway URLs

AWS API gateway is a phenomenal service from AWS because it has all of the features somebody could ever want in an API gateway.

May 31, 2022
Cloud Computing

Introduction to API Gateway

An API gateway is essential part of organizing requests that need to be processed by different microservices.

April 30, 2022
Serverless Framework Logo
Cloud Computing

Getting started with Serverless Framework

The Serverless Framework allows us to abstract away quite a bit of the complexity from setting up lambda functions and the necessary events to execute them, especially through the API gateway. In this blog post we look at how to set up a simple project to use the serverless framework.

February 15, 2022
AWS Lambda Logo
Cloud Computing

AWS Lambda logging best practices

Logging is very important to developers as it helps us more efficiently debug a system in production and the steps that led to the occurrence of the bug. In this post, we look at ways to make logging better.

September 7, 2021
Serverless Framework
Cloud Computing

Updating to the Latest Version of Serverless

The Serverless Framework is a free open source framework that allows us to easily build applications on cloud providers like AWS using serverless computing. As you may remember, it needs to be installed globally which means we need to do the update globally and we'll need to potentially update all of our projects for any breaking changes.

June 1, 2021
Cloud Computing

Introduction to Amazon RDS

AWS has hundreds of services available through their console or through their SDK. Amazon RDS is one of the most commonly used services. Amazon RDS standards for Relational Database Service - essentially it's a large collection of different SQL databases.

March 2, 2021
Cloud Computing

AWS Tools to Optimize and Reduce AWS Costs

Cloud costs can become expensive really fast if we aren’t consistently tracking and modelling our expenses. There are a number of ways…

February 16, 2021
Cloud Computing

Best Practices for AWS Lambda & Logging

Having your application / system produce the right amount and quality of logs is just as important as having the system process the needed data because it helps make debugging easier and allows us to better optimize data. Logging on AWS lambda can be really costly if it's not done correctly.

June 16, 2020
Cloud
Cloud Computing

Cloud Design Principles

Cloud computing is basically using servers whether they be for databases, storage, application or something else through the internet. Cloud computing's inherent strengths are elasticity, ability to automate infrastructure management, enhanced reliability and reduced cost.

June 9, 2020
Serverless Framework Logo
Cloud Computing

Running Serverless Framework Functions Locally

Developing locally makes a lot more sense than deploying to a dev environment consistently because it helps save time, save some cloud costs, and avoids obvious embarrassment. :)

April 21, 2020
Cloud Computing

What is an Enterprise Service Bus?

An enterprise service bus (ESB) is a software architecture that allows for the integration of enterprise applications and services. Since an enterprise service bus is a middle layer communication tool there are a number of great features that might exist.

February 11, 2020
Cloud Computing

Introduction to Aurora RDS

Aurora is part of Amazon Web Service's Relational Database Service. Aurora is a MySQL or PostgreSQL compatible database build for the cloud.

January 14, 2020
Cloud Computing

Introduction to AWS CloudWatch

AWS CloudWatch is a monitoring solution that's provided by Amazon Web Services. It's really a big service that contains a large collection of monitoring tools.

December 30, 2019
nodeJS Logo
Cloud Computing

Writing to S3 from AWS Lambda

To write to Amazon S3 from an AWS Lambda function in Node.js, you can use the AWS SDK for JavaScript in Node.js.

December 3, 2019
Cloud Computing

AWS Lambda: pricing model and pitfalls

The pay per use pricing model of function as a service makes it appear to be really cheap. For a lot of workloads, it is really a lot cheaper and maybe even free. There's a lot of costs that can quickly add up and surprise businesses.

November 5, 2019
Cloud Computing

Reducing Cloud Costs in AWS

It's not secret that the cloud can be a lot cheaper than running hardware in our own data center. Unfortunately, a lot of AWS accounts spend a lot of money they don't need to because of automation or things not getting shut off. In this blog post, we'll cover some of the ways to reducing Cloud Costs in AWS.

February 26, 2019