example fixes

This commit is contained in:
Ahmad Saleem Z
2023-06-11 10:18:10 +02:00
parent 829870a416
commit 8d17838af1
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ ENTRYPOINT [ "/usr/local/bin/python", "-m", "awslambdaric" ]
# Set the Python import path to the Lambda function handler
# This path is relative to the root of the Lambda function code (FUNCTION_DIR)
# Lambda invocation will look for this path
CMD ["example_handler.extract_wall_psets"]
CMD ["example_handler.extract_wall_psets_handler"]