Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rafaelfelix/baabb5bd513b5bf230e6029eb49a5dd0 to your computer and use it in GitHub Desktop.

Select an option

Save rafaelfelix/baabb5bd513b5bf230e6029eb49a5dd0 to your computer and use it in GitHub Desktop.
step-functions-article-example-1-lambda.py
def lambda_handler(event, context):
return f'{event["bucket"]}/{event["model"]}/{event["market"]}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment