There was an error while loading. Please reload this page.
1 parent dbefeed commit 61c5578Copy full SHA for 61c5578
awslambdacreate-capi/lambdacreate.py
@@ -40,7 +40,7 @@ def main():
40
args = sys.argv[1:]
41
if len(args) < 4:
42
print('Not enough parameters.\n'\
43
- 'Proper Usage is: python lambdainvoke.py '\
+ 'Proper Usage is: python lambdacreate.py '\
44
'<FUNCTION_NAME> <FUNCTION_FILE<> <FUNCTION_ROLE> <FUNCTION_HANDLER>')
45
sys.exit(1)
46
0 commit comments