Uncategorized

Uncategorized

Create (collect) the layers necessary to use tweepy with aws lambda

Lambda layers are a pain. This time I wanted to use the tweepy client module (mainly used in Twitter API v2), so I searched for a layer provided by a volunteer. There was one for Python 3.8, but pyth...
Uncategorized

A story about how easy it is to set up a LAMP server with DigitalOcean [mysql connection]

I tried setting up a LAMP server with DigitalOcean, and it was really quick to start up. I recommend it because it takes only 1 or 2 minutes to set up a fully-fledged server. I had trouble connecting to mysql, so I'll summarize it here. From Sequel Pro...