Core functionality
Every app needs to do something. Always best to build that first :)
We're going to make it easy for people to convert twitter URLs into screenshots.
Here's a link to an AWS Lambda that I prepared earlier: https://pifc233qp6.execute-api.us-east-1.amazonaws.com/dev/embed?url=. It takes tweet URLs and turns them into screenshots.
Steps
- Accept a tweet URL from user input
- Send to Lambda
- Display result