-
-
Notifications
You must be signed in to change notification settings - Fork 463
Nothing happens when deploying #455
Comments
@katspaugh Can you run |
Thanks Daniel! It's created an S3 and IAM roles successfully and seems to be hanging on the lambda creation step:
Is it supposed to deploy a single lambda for all pages or a lambda for each page? Because I know the entire zipped app is more than 90 MB. Which is bigger than a single lambda can hold. |
SSR pages to one Lambda, API pages to a separate one. Check a couple of things,
|
Awesome, with |
Let's close this one for now. I intend to make the serverless trace the default target hopefully soon 👍 |
Out of interest, how many server side rendered pages do you have and how long did it take to deploy? |
34 pages, 297s. I'm actually wondering how it managed to condense the 90 MB distribution into a 6.6 MB Lambda. Magic! |
Just one more thing if you don't mind, how much time it takes to run
Take a look 👀 at #405 |
After deleting the
|
This is most likely some misconfiguration on my part but I can't figure out what exactly is wrong. Is there a verbose mode?
My
serverless.yml
:When running
serverless
, it just displays a timer and nothing happens for 45 min and more:I see it has created an S3 bucket and uploaded the Next app to it. No Lambdas or CloudFronts were created though.
Some sort of logging and progress reporting would be nice.
Any pointers would be appreciated.
The text was updated successfully, but these errors were encountered: