Skip to content

Instantly share code, notes, and snippets.

@PsycheShaman
Last active April 24, 2021 18:51
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 PsycheShaman/af45a95a648d2706899dd4cdee240b07 to your computer and use it in GitHub Desktop.
Save PsycheShaman/af45a95a648d2706899dd4cdee240b07 to your computer and use it in GitHub Desktop.
CREATE OR REPLACE EXTERNAL FUNCTION get_weather_udf (city varchar)
RETURNS varchar STABLE
LAMBDA 'my-function'
IAM_ROLE '<Role ARN>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment