This is Perseus, he's only a week old. This is his daddy: I won't be able to actually receive him until February when he is 10 weeks old. But I'm excited to do that! Isn't he a lovely little fur baby!
Year: 2021
AWS Lambda Python Puzzle
I have an AWS Lambda function that is written in Python 3.8 and imports the following modules: import ask_sdk_core.utils as ask_utils import regex as re I decided to include the package files for these modules in a Layer so that I could separate "their code" from "my code." I ran the following at the command … Continue reading AWS Lambda Python Puzzle
