Join Slack
Powered by
where in AWS would you host a Fastify app serving ...
# random
d
Daniel da Rocha
09/02/2021, 6:20 AM
where in AWS would you host a Fastify app serving an http stream (using
socket.io
or needle)? EC2? Beanstalk? Lightsail?
Daniel da Rocha
09/02/2021, 6:20 AM
I guess it would not make sense to use Lambda, right?
f
Frank
09/02/2021, 6:28 AM
hmm not possible according to their docs
Frank
09/02/2021, 6:28 AM
https://www.fastify.io/docs/latest/Serverless/#considerations
d
Daniel da Rocha
09/02/2021, 7:11 AM
Gonna go with Beanstalk… Wondering if it would make sense to configure it using SST… mostly zipping the app and uploading it to a S3 bucket…
f
Frank
09/02/2021, 3:33 PM
Yeah, Beanstalk is definitley the easiest option. You should be able to reuse most of the CDK code in this example in ur SST app
https://medium.com/@joshmustill/complete-node-js-aws-elastic-beanstalk-application-packaging-through-cdk-in-typescript-e91b7ffe4928
Open in Slack
Previous
Next