has anyone ever deployed a serverless-stack project from within a lambda? I'm about to embark on this journey and I want to know if there are any gotchas to be aware of before hand
f
Frank
03/27/2022, 5:38 PM
Hey @Boris Tane, 2 main constraints with deploying within a Lambda are:
1. disk space limit
2. 15min limit
The format is lesser of a problem as the disk space can be up to 10GB.
Frank
03/27/2022, 5:40 PM
15min is still a limit especially for CF update.
b
Boris Tane
03/27/2022, 8:35 PM
yeah, I think I'll go a different route; thanks Frank!