Skip to content

Commit f38b3ae

Browse files
author
Somnath Mukherjee
committed
merge commit
2 parents 7edd543 + e8eb207 commit f38b3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def lambda_handler(event, context):
1010
if not event_type:
1111
return {
1212
'statusCode': 400,
13-
'body': 'Bad request. Event Type is required v5.'
13+
'body': 'Bad request. Event Type is required.'
1414
}
1515

1616
try:

0 commit comments

Comments
 (0)