Hi! I am currently running serverless deploy in our build pipeline. It launches the Cloudformation Stack update but fails during the removing of the old S3 artifacts step. This only happens on the other branch that we have, Beta. We have an Alpha branch with more lambda functions (17 in alpha, 14 in beta) and the same pipeline steps, but it completes successfully.


I have already increased the size of the step to 2x since I'm assuming that it needs to have the more memory since the Fail message is Container 'Build' exceeded memory limit.

The commands work on my macbook M1.
Has anyone encountered this issue?