shinesolutions/aem-stack-manager-cloud

Failure in Stack manager Lambda function export-packages

Closed this issue · 1 comments

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)))

done