Use New Relic One to effortlessly monitor applications in Azure Spring Cloud

By Dustin Ward

Today, we are announcing the integration of New Relic One performance monitoring in Azure Spring Cloud. Over the past 18 months, we worked with many enterprise customers to learn about their scenarios. Many of these customers have thousands of Spring Boot applications running in on-premises data centers. As they migrate these applications to the cloud,…

How AWS Partners can determine AWS Support plans in an organization

By Dustin Ward

AWS FeedHow AWS Partners can determine AWS Support plans in an organization Solutions providers who engage with their end customers in a resale arrangement must manage different business models and support delivery models. AWS Organizations makes it possible to build the right account structure to support a resale arrangement. Monthly end-customer invoicing often poses a…

Implementing a LIFO task queue using AWS Lambda and Amazon DynamoDB

By Dustin Ward

AWS FeedImplementing a LIFO task queue using AWS Lambda and Amazon DynamoDB This post was written by Diggory Briercliffe, Senior IoT Architect. When implementing a task queue, you can use Amazon SQS standard or FIFO (First-In-First-Out) queue types. Both queue types give priority to tasks created earlier over tasks that are created later. However, there…