How to handle client errors gracefully with AppSync and Lambda

By Dustin Ward

AWS FeedHow to handle client errors gracefully with AppSync and Lambda With API Gateway and Lambda, you can handle client errors gracefully by returning a 4xx response. module.exports.handler = async (event) => { // run validation logic return { statusCode: 400 } } This way, we can communicate clearly to the client that there’s a problem…

Designing a Successful Pilot Phase for Your Cloud Migration

By Dustin Ward

AWS FeedDesigning a Successful Pilot Phase for Your Cloud Migration Pilot phases, or pilots, as we will call them from now on, should be conducted to test and find the positive and negative aspects of a particular use case, design pattern, or application migration approach. They allow you to validate the foundation of your architecture…

Hydrate your data lake with SaaS application data using Amazon AppFlow

By Dustin Ward

AWS FeedHydrate your data lake with SaaS application data using Amazon AppFlow Organizations today want to make data-driven decisions. The data could lie in multiple source systems, such as line of business applications, log files, connected devices, social media, and many more. As organizations adopt software as a service (SaaS) applications, data becomes increasingly fragmented…

Google Associate Cloud Engineer – A Complete Guide

By Dustin Ward

AWS FeedGoogle Associate Cloud Engineer – A Complete Guide As cloud technology is booming in this age, the urge to seek a career in this field is quite demanding. Google entered this sector back in 2012 and is today one of the most popular cloud platforms. With this demand, Google Cloud Certifications came into play…