5 Common Amazon SQS Issues

By Dustin Ward

Originally posted to Dashbird blog. The simple query service (SQS) was one of the first services AWS offered. It’s a managed queuing service that lets you take pressure from your downstream services. You put your items on the queue, and other services can pull them whenever they have the capacity to work on them. It’s…

5 Common Step Function Issues

By Dustin Ward

Step Functions, the serverless finite state machine service from AWS. With DynamoDB, Lambda, and API Gateway, it forms the core of serverless AWS services. If you have tasks with multiple steps and you want to ensure they will get executed in the proper order, Step Functions is your service of choice. It offers direct integrations with…

6 Common DynamoDB Issues

By Dustin Ward

DynamoDB, the primary NoSQL database service offered by AWS, is a versatile tool. It’s fast, scales without much effort, and best of all, it’s billed on-demand! These things make DynamoDB the first choice when a datastore is needed for a new project. But as with all technology, it’s not all roses. You can feel a little…

[Infographic] OpenSearch from a serverless perspective

By Dustin Ward

Dashbird got an update, and you can now monitor the OpenSearch clusters you set up with Amazon OpenSearch Service. But what does this even mean? Many people don’t even know what OpenSearch is! Wasn’t there an Elasticsearch service before? So, let’s have some explanation before we check out Dashbirds OpenSearch support. Elastic and AWS Disagreed on Fair Use…

[Infographic] HTTP API Gateway from a serverless perspective

By Dustin Ward

This article was originally posted to Dashbird blog. Since our latest update, Dashbird also gives you insights into HTTP API Gateway. Let’s look at the differences between REST vs. HTTP; HTTP API Gateway pricing, integrations and monitoring. What is HTTP API Gateway? Back in the days when AWS released the first version of API Gateway, they tried…

[Infographic] AWS SNS from a serverless perspective

By Dustin Ward

The Simple Notification Service, or SNS for short, is one of the central services to build serverless architectures in the AWS cloud. SNS itself is a serverless messaging service that can distribute massive numbers of messages to different recipients. These include mobile end-user devices, like smartphones and tablets, but also other services inside the AWS…