To update code running on AWS lambda, you have to log into the AWS interface, get into the Lambda VS Code environment, and copy/paste your code in there. There's got to be a better way!!!
Quick googling suggests we can set up a github action to do this deployment automatically: https://docs.aws.amazon.com/lambda/latest/dg/deploying-github-actions.html