Deploying your Python Script to Lambda - Part 2

Posted on Wed 26 February 2020 in Python_Automation • Tags python, aws, webscraping, lambda

After successfully creating our script, we will be using the AWS Lambda service to deploy the script. This article walks you through the process of setting up the lambda function.


Continue reading

Creating a Python Love Poem

Posted on Tue 25 February 2020 in Python_Automation • Tags python, cron, webscraping, api

We'll be writing a python script that sends messages as part of a poem to our loved ones every hour, reminding them how much they are loved. This will be done by scraping a website using the beautiful soup library, the Twilio API to send the messages, and the script will be deployed on AWS lambda.


Continue reading