has anyone ever deployed a serverless-stack projec...
# help
b
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
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.
15min is still a limit especially for CF update.
b
yeah, I think I'll go a different route; thanks Frank!