diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 11b3023..eeb67f7 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -72,4 +72,4 @@ jobs: if: env.AWS_CREDENTIALS_PRESENT == 'true' run: | sam deploy --config-file samconfig.toml --config-env default --resolve-s3 --no-confirm-changeset --no-fail-on-empty-changeset - - run: echo "This job's status is ${{ job.status }}." + - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file diff --git a/endpoints/app.py b/endpoints/app.py index 7ed9771..6ee7e11 100644 --- a/endpoints/app.py +++ b/endpoints/app.py @@ -68,6 +68,7 @@ def lambda_handler(event, context): response['body'] = {"error": "Internal Server Error"} return response + response["statusCode"] = 200 response['body'] = json.dumps(response_body) diff --git a/endpoints/queries b/endpoints/queries index fbce84a..43411c4 160000 --- a/endpoints/queries +++ b/endpoints/queries @@ -1 +1 @@ -Subproject commit fbce84ad932874f5cdfbbe5011d8244f6e2c8d3f +Subproject commit 43411c4271fde4b0ba4ae19ed669a473f1eaf07f