Weekly update 45

Hi, welcome to another weekly update. First of all, I want to thank Dynobase for sponsoring this week’s update. Dynobase – Professional GUI Client for DynamoDB Dynobase accelerates your DynamoDB workflow with easier data exploration, code generation, bookmarks, tabs, history, import/export capabilities and much more. Dynobase is available for Mac, Windows and Linux. Download Free 7-Day Trial. …

Weekly update 45 Read More »

Weekly update 44

Hi, welcome to another weekly update. Production-Ready Serverless workshop goes virtual! Starting from May 4th, I will be running a 4-week instructor-led workshop that teaches you everything you need to know to build a production-ready serverless application. It’s based on the same demo app as my Manning course, but all the code has been completely …

Weekly update 44 Read More »

AppSync: how to error on DynamoDB conditional check failures

TL;DR To make an AppSync DynamoDB resolver throw exceptions on conditional check errors, we need to check $context.error in the response mapping template ourselves. Like this: #if ( $ctx.error ) #if ( $ctx.error.type.equals(“DynamoDB:ConditionalCheckFailedException”) ) $util.error(“your error message”) #else $util.error($ctx.error.message, $ctx.error.type) #end #end $utils.toJson($context.result) And now, the longer version. The problem AppSync lets us perform DynamoDB …

AppSync: how to error on DynamoDB conditional check failures Read More »

Skill up your serverless game with my new instructor-led online workshop

Have you been wondering about serverless but just don’t know how and where to start? Maybe you’re already building stuff with serverless, but don’t know if you’re doing it right? Are you unsure about the best practices for testing, monitoring and how to choose between similar services like SNS and EventBridge?   I have just …

Skill up your serverless game with my new instructor-led online workshop Read More »

Weekly update 43

Hi, welcome to another weekly update. I teamed up with Furnace First, some personal news. I have joined the advisory board for furnace.io and am working closely with Danny Waite and John Blamire. We’re building a platform for data-intensive applications that can operate at a fraction of the cost of other platforms such as Zapier …

Weekly update 43 Read More »

By continuing to use the site, you agree to the use of cookies. more information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close