AWS CodeWhisperer is Amazon's machine learning-powered code generation tool that provides you with real-time code recommendations. CodeWhisperer will automatically generate suggestions based on your existing code and comments. In this blog post we are going to configure AWS CodeWhisperer with Visual Studio Code. Prerequisites AWS Builder ID (You can learn how to create one here)... Continue Reading →
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... Continue Reading →