aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-github-lambda/lambda_function.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-github-lambda/lambda_function.py.in')
-rw-r--r--src/blogc-github-lambda/lambda_function.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc-github-lambda/lambda_function.py.in b/src/blogc-github-lambda/lambda_function.py.in
index e969329..08b2e2b 100644
--- a/src/blogc-github-lambda/lambda_function.py.in
+++ b/src/blogc-github-lambda/lambda_function.py.in
@@ -245,7 +245,7 @@ def api_gateway_handler(event):
traceback.print_exc()
return api_gateway_response(500, 'ERROR: %s' % err)
- return api_gateway_response(201, 'ACCEPTED')
+ return api_gateway_response(202, 'ACCEPTED')
def lambda_handler(event, context):