2022-08

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...