Skip to content

Instantly share code, notes, and snippets.

@Lucifergene
Created August 18, 2021 19:05
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 Lucifergene/b2be264e74bf4cb5c38bf57bd5f710af to your computer and use it in GitHub Desktop.
Save Lucifergene/b2be264e74bf4cb5c38bf57bd5f710af to your computer and use it in GitHub Desktop.
#set($DDBResponse = $input.path('$'))
#if ($DDBResponse.toString().contains("Item"))
#set($context.responseOverride.header.Location = $DDBResponse.Item.longURL.S)
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment