Failure in Stack manager Lambda function export-packages
Closed this issue · 1 comments
mbloch1986 commented
In the Lambda function of the stack manager is an error for the command export-packages. Following lines need to be removed:
encoded = json.dumps(message['details']['package_filter'])
logger.debug('encoded filter: {}'.format(encoded))
logger.debug('escaped filter: {}'.format(json.dumps(encoded)))
mbloch1986 commented
done