daily log 10.24.19
Afternoons with Aaron:
- Got excited about successfully creating an API endpoint for our lambda function!
- HOLD UP: We can’t just import Beautiful Soup. Need to do this whole dance
- YAY!! BEAUTIFUL SOUP WORKING!!
- HOLD UP: We can’t actually call the url because, duh, we’re in python (backend) and we cannot access the internet so things like urllib and requests don’t work.
- Start a brand new lambda to call our lambda!!
- Get totally confused and lost and start despairing
OH yeah and pip stopped working again.
making http requests from lambda
my function is here
the function that calls my function is here