Amazon Neptune releases graph notebook as an open-source project

By Dustin Ward

Amazon Web Services FeedAmazon Neptune releases graph notebook as an open-source project AWS has open-sourced Amazon Neptune’s Jupyter Notebook components for querying and visualizing graphs as a Python package under the Apache 2.0 license. The graph notebook is a Python library for Jupyter Notebooks that can run on local desktops and be used with databases…

Serving Content Using a Fully Managed Reverse Proxy Architecture in AWS

By Dustin Ward

Amazon Web Services FeedServing Content Using a Fully Managed Reverse Proxy Architecture in AWS With the trends to autonomous teams and microservice style architectures, web frontend tiers are challenged to become more flexible and integrate different components with independent architectures and technology stacks. Two scenarios are prominent: Micro-Frontends, where there is a single page application…

Best practices for consuming Amazon Kinesis Data Streams using AWS Lambda

By Dustin Ward

Amazon Web Services FeedBest practices for consuming Amazon Kinesis Data Streams using AWS Lambda Many organizations are processing and analyzing clickstream data in real time from customer-facing applications to look for new business opportunities and identify security incidents in real time. A common practice is to consolidate and enrich logs from applications and servers in…

Using Amazon SQS dead-letter queues to replay messages

By Dustin Ward

Amazon Web Services FeedUsing Amazon SQS dead-letter queues to replay messages Amazon Simple Queue Service (Amazon SQS) is a fully managed message queuing service. It enables you to decouple and scale microservices, distributed systems, and serverless applications. A commonly used feature of Amazon SQS is dead-letter queues. The DLQ (dead-letter queue) is used to store messages…