Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created May 3, 2023 01:53
Show Gist options
  • Select an option

  • Save KyMidd/547644b152fa37f59b54beeb101c2f3f to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/547644b152fa37f59b54beeb101c2f3f to your computer and use it in GitHub Desktop.
def return_response_code():
return {
'statusCode': 200,
'body': json.dumps('Processed by GitHubCop Trigger Lambda!')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment