KCKevin Cearnsinblog.entuit.com·Nov 29, 2021 · 4 min readUsing Amplify UI's Authenticator with GatsbyAWS recently announced a new version of the Authenticator component for Javascript-based apps. I thought I'd write up a brief introduction to setting up the authenticator and hosting a Gatsby site on AWS Amplify. This sample app uses Tailwindcss ...00
KCKevin Cearnsinblog.entuit.com·Nov 26, 2021 · 1 min readS3 Invoke Lambda Function to DynamoDBExpanding 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 name when a new object is added to the bucket. S3/Lambda -> DynamoDB The SAM template is as follows: AW...00
KCKevin Cearnsinblog.entuit.com·Nov 25, 2021 · 6 min readGatsby and DatoCMS - A Headless CMS ExampleGatsby is built on top of React and includes Webpack and GraphQL. It's a component of Jamstack, an architecture designed around decoupling and pre-rendering sites. DatoCMS is a headless CMS solution that serves as a central hub for content. Combini...00
KCKevin Cearnsinblog.entuit.com·Nov 24, 2021 · 2 min readSQS Invoke Lambda Function to DynamoDBAs 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 learned. I'm going to be sharing these as I complete them, hopefully, they'll be a resource for someone ...00