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 →
This Dot GitHub Actions for Serverless Framework Deployments

Sep 26, 2022

GitHub Actions for Serverless Framework Deployments

In this article, I discuss deploying applications built with the Serverless Framework and Nx utilizing GitHub Actions and some of the reasons you may want to consider using this strategy.
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 →
Nx Serverless GraphQL Microservices Template

Apr 14, 2022

Announcing a Serverless Microservices Template with GraphQL

I'm excited to announce a new project starter kit template that I've been developing for a while. Let me tour you through the repository and the decisions that have been made.
Read more →
Serverless 3 Review

Jan 29, 2022

Why you should upgrade to Serverless 3

Serverless 3 just released and it has some pretty amazing quality of life improvements. Let's check out these new features and how we should leverage them today.
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 →