Skip to content

Instantly share code, notes, and snippets.

@pirafrank
Created January 13, 2022 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pirafrank/d1fe8cb2f39705fae2389210893a88d3 to your computer and use it in GitHub Desktop.
Save pirafrank/d1fe8cb2f39705fae2389210893a88d3 to your computer and use it in GitHub Desktop.
callback function to make an HTTP redirect with AWS Lambda
callback(null, {
statusCode: 307,
headers: {
Location: 'https://github.com/pirafrank',
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment