Dustin Goodman's Avatar
About Community Blog

My Blog

How to configure and optimize a new Serverless Framework project with TypeScript

Jan 26, 2024

How to configure and optimize a new Serverless Framework project with TypeScript

Elevate your Serverless Framework project with TypeScript integration. Learn to configure TypeScript, enable offline mode, and optimize deployments to AWS with tips on AWS profiles, function packaging, memory settings, and more....
Read more on ThisDot.co →
Utilizing API Environment Variables on Next.js Apps Deployed to AWS Amplify

Jun 16, 2023

Utilizing API Environment Variables on Next.js Apps Deployed to AWS Amplify

If you want to deploy your Next.js app to Amplify, you might need to utilize this custom build pattern to get environment variables to work in your API routes. This is a quick explanation on how to achieve a working API.
Read more on ThisDot.co →
Debugging Node Serverless Functions

Apr 20, 2022

Debugging Node Serverless Functions on AWS Lambda

Writing and testing functions for serverless locally can be a breeze especially with the Serverless Framework and serverless-offline plugin. However, once you get to real infrastructure, sometimes debugging your functions can be really challenging. Let's talk about some debugging tips and tricks.
Read more →
This Dot Migrating a classic Express.js to Serverless Framework

Jan 17, 2022

Migrating a classic Express.js to Serverless Framework

My team recently needed an easy deployment of a small Express.js server and we discovered that Serverless Framework helped us do this at a very low cost.
Read more on ThisDot.co →
serverless node webpack

Nov 27, 2020

Resolving Serverless Webpack Issues

Through debugging a critical issue for my team, I learned quite a few important lessons for those considering the Serverless Framework relating to project and file structure and other key optimizations that your team may want to consider. I'll discuss some techniques and tools I used and share some of the lessons I learned along the way.
Read more on Medium.com →