#Hosting SolidStart on AWS Lambda

4 messages · Page 1 of 1 (latest)

potent dock
#

Hey everyone,
I'm using SST to deploy my SolidStart app to aws lambda, therefor I'm a bit unsure which guide to follow, the one for aws lambda or the one for solid start?
Also I cant really wrap my lambda in anything because the handlers gets build by nitro so I cant really wrap it without patching that, which I would prefer not to.

Would love some input on this as I would like to use Sentry when moving to production

supple marten
#

i havent come accross this setup yet. As you do no want to wrap your functions, you can try using the SolidStart package.
please also add a Sentry.flush() call at the end execution, this prevents AWS from shutting down the process until the SDK sends all events

potent dock
#

Do you know where in my code i would call flush?

#

Also if I would be wrapping the functions code, i would use the lambda package for that and then the solid start package to get information from the Frontend?