worked with @XXX on the card 1234. We fixed the sending of the email when the account was not created. The problem we faced was that the library we were including to send the email was too big and that was hitting the AWS Lambda limit size (250MB). We fixed that by doing a PR (https://github.com) to include only the AWS SDK part that we needed in the library (in this case SNS). We discovered that is not easy to fork a dependency and point to it to a private fork using SBT. More over here https://github.com/JetBrains/intellij- scala/wiki/%5BSBT%5D-How-to-use-provided-libraries-in-run- configurations On the end of the day we also created a retrospective board so we are better able to track and prioritize what actions we still need to do. The general team feeling is that we are not dedicating enough time to do the actions and retro after retro we accumulate more actions.