Skip to content

Instantly share code, notes, and snippets.

@OtavioBraga
Last active June 5, 2018 21:49
Show Gist options
  • Save OtavioBraga/42b8551cd07624bbb3ad8ba47818286e to your computer and use it in GitHub Desktop.
Save OtavioBraga/42b8551cd07624bbb3ad8ba47818286e to your computer and use it in GitHub Desktop.
lambda_python_functions.py
users = [
{
"id": 1,
"name": "Allan",
"age": 27,
"profile_picture": "http://…",
"city": "São Paulo"
},
{
"id": 2,
"name": "Julie",
"age": 29,
"profile_picture": "http://…",
"city": "Curitiba"
},
{
"id": 3,
"name": "Pedro",
"age": 31,
"profile_picture": "http://…",
"city": "Rio de Janeiro"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment