Passing variables to serverless functions using query strings

InstructorChris Biscardi

Share this video with your friends

Send Tweet

To make our opengraph image generation function, we'll have to work out a way to pass the querystring variables from the original URL through to the React script running inside the headless browser. We choose to set them on the window using another injected script, and we also cover handling URL decoding of querystring components.