Create a Twitter Bot Using Python and AWS Lambda
In the final article of my AWS Lambda 101 series, I combine all the things we've learned so far into a small, sample project: Creating and deploying a Twitter bot to AWS Lambda.
Data lover | PHP & Python dev
In the final article of my AWS Lambda 101 series, I combine all the things we've learned so far into a small, sample project: Creating and deploying a Twitter bot to AWS Lambda.
Need to pass credentials or secrets to your Python Lambda functions?
Need to send and retrieve data from your AWS Lambda function via HTTP request? Learn how to create an endpoint that connects to it using AWS API Gateway.
Need to set up an AWS Lambda function on a recurring schedule? Learn how using AWS EventBridge!
Just getting started with AWS Lambda? Learn how to set up your first Python Lambda function.
Need to insert some data into your database or update some existing data? Learn how using SQL!
Learn how to get data from a database using the SELECT, WHERE, and LIMIT statements.
Just getting started with SQL? Let's learn a high-level overview of how databases and tables are structured!
Learn how to download your conversations from Help Scout using their API and store them in a CSV file using Python.
Need to work with CSV files in Python? Learn how to open, read, and write to CSV files!
Learn how to use virtual environments and requirements.txt to maintain your projects better.
Instead of hardcoding your emails within Python, you can move them to HTML templates using Jinja!
Ready to deploy your static site built by Pelican? Learn how to deploy to Netlify!
Have build scripts that you have to run every time you switch branches in git? Use git hooks to run them automatically!
Interested in setting up a static site using Pelican? Check out how I set up this site!