Skip to content

Instantly share code, notes, and snippets.

@alexcasalboni
Created June 18, 2019 10:11
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 alexcasalboni/885d83d7d57c3b8abee07adb7e9c9b47 to your computer and use it in GitHub Desktop.
Save alexcasalboni/885d83d7d57c3b8abee07adb7e9c9b47 to your computer and use it in GitHub Desktop.
Amazon Aurora MySQL - Invoking Lambda functions synchronously
SELECT *
FROM weather_mapping
WHERE
weather = lambda_sync (
'arn:aws:lambda:REGION:ACCOUNT_ID:function:FetchWeather',
'{ "location" : "London" }'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment