Category: AWS

  • Getting Started with AWS Lambda Functions

    One of my 2021 goals was to learn more about AWS, and what better place to start than with Serverless! In this blog post, we are going to create an AWS Lambda function, add some JavaScript to return a few random dad jokes, and then test our function to make sure it works correctly. Let’s…