Skip to content

ServerlessReact.dev

Student Login
  • Welcome to the workshop
The workshop
Before you head out

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

  1. Accept a tweet URL from user input
  2. Send to Lambda
  3. Display result

Did you enjoy this chapter?

Previous:
Project setup
Next:
Add authentication
Created bySwizecwith ❤️