Python
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
SQL Saturday St. Louis – February 2020
I will be speaking at SQL Saturday St. Louis on Saturday, February 8th at 8:00 am and 10:20 am. The topics are: 8:00 am Moving Data to the Cloud (with Azure Data Factory) You need to move data. A lot of data. To the cloud. You’ve got data in a variety of on- and off-site … Continue reading SQL Saturday St. Louis – February 2020