Kevin Cearns
My Blog

My Blog

Follow
homebadges

Using Amplify UI's Authenticator with Gatsby

Nov 29, 20214 min read

AWS recently announced a new version of the Authenticator component for Javascript-based apps. I thought I'd write up a brief introduction to...

Using Amplify UI's Authenticator with Gatsby

S3 Invoke Lambda Function to DynamoDB

Nov 26, 20211 min read

Expanding on the SAM template examples starting with SQS I've added a very simple S3 trigger example that updates a DynamoDB table with the object...

S3 Invoke Lambda Function to DynamoDB

Gatsby and DatoCMS - A Headless CMS Example

Nov 25, 20216 min read

Gatsby is built on top of React and includes Webpack and GraphQL. It's a component of Jamstack, an architecture designed around decoupling and...

Gatsby and DatoCMS - A Headless CMS Example

SQS Invoke Lambda Function to DynamoDB

Nov 24, 20212 min read

As I prepare for the AWS Certified Developer exam I've been building out a reference of SAM templates and Lambda functions to reinforce what I've...

SQS Invoke Lambda Function to DynamoDB