where in AWS would you host a Fastify app serving ...
# random
d
where in AWS would you host a Fastify app serving an http stream (using socket.io or needle)? EC2? Beanstalk? Lightsail?
I guess it would not make sense to use Lambda, right?
f
hmm not possible according to their docs
d
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
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