shinesolutions / aem-stack-manager-messenger

Send messages to AEM Stack Manager via SNS Topic
Apache License 2.0
2 stars 9 forks source link

Don't fail if DynamoDB query/scan failed due to missing payload #77

Closed mbloch1986 closed 4 years ago

mbloch1986 commented 4 years ago

If the DynamoDB query fails because of hitting the AWS limit for the specified AWS account the stack manager messenger task execution fails.

To avoid this we should improve the until loop to loop as long as the registered variables are not defined.

cliffano commented 4 years ago

Included in release v2.9.0 .