$ python3 create-greengrass-config.py --create-group ml-edge-workshop --bucket ml-edge-workshop-lab-1 --function ml-edge-workshop-lab-1
Creating IAM role for Greengrass
Generating configuration package
Configuration and certificates generated: certificates.zip
Traceback (most recent call last):
File "create-greengrass-config.py", line 311, in
state = add_function(args.function_name, state)
File "create-greengrass-config.py", line 209, in add_function
function = static_config.FUNCTION_INITIAL_VERSION
AttributeError: module 'static_config' has no attribute 'FUNCTION_INITIAL_VERSION'
$ python3 create-greengrass-config.py --create-group ml-edge-workshop --bucket ml-edge-workshop-lab-1 --function ml-edge-workshop-lab-1 Creating IAM role for Greengrass Generating configuration package Configuration and certificates generated: certificates.zip Traceback (most recent call last): File "create-greengrass-config.py", line 311, in
state = add_function(args.function_name, state)
File "create-greengrass-config.py", line 209, in add_function
function = static_config.FUNCTION_INITIAL_VERSION
AttributeError: module 'static_config' has no attribute 'FUNCTION_INITIAL_VERSION'