hi ..
i try using pipeline bitbucket to codedeploy using example script :
https://bitbucket.org/account/user/awslabs/projects/BP
always get error at pipple status :
zip -r /tmp/artifact.zip *<1spython codedeploy_deploy.py<1s+ python codedeploy_deploy.pyTraceback (most recent call last):File "codedeploy_deploy.py", line 24, in <module>BUCKET_KEY = os.getenv('APPLICATION_NAME') + '/' + VERSION_LABEL + \TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'Build teardown
i have plan upload my nodejs to instance in aws .
many thanks for answer