The Complete Beginners Guide to Integrating Vercel with AWS
From local development to production. I share my thoughts on the simplest path to integrate Vercel with AWS Backend Services.
I'm Michael, aka Focus Otter 🦦. I'm a software engineer living in the midwest United States. My passion is taking complex aspects of development and simplifying them through written and video tutorials. Current focus is React, TypeScript, NextJS and AWS.
From local development to production. I share my thoughts on the simplest path to integrate Vercel with AWS Backend Services.
Sharp is a popular library for resizing images in Node.js. However, getting it to work in an AWS Lambda function can be tricky. This post shows how to deploy it as a Lambda function layer.
AWS Lambda functions can go beyond standard CRUD operations. In this post, I will show you how to add a user to an Amazon Cognito group with a post-confirmation trigger.
Clerk is more than just a auth provider. It's an entire user management platform that makes it really simple to get authentication setup. However, adding a third-party SaaS when the rest of your application backend is built on AWS can seem tricky. That's why in this post, I'm going to show exactly how to put the two together.