Frontend S3 bucket app
Hi there!
I've been using S3 locally, developing an API when I needed to save some images in a Bucket. And it worked great!
This time the situation is different. I have a full stack App, which is composed of a Frontend (a React app that is served in a S3 bucket) and a backend ( apigateway + lambdas ) and I need to run both the backend and the Frontend using the command "serverless offline start" could it be useful to use serverless-s3-local to do this?
Thank you in advance!
@fedeiglesias Sorry for my very late reply. I couldn't find this comment. As long as I read the document, S3rver supports web hosting feature. I haven't tried this feature with serverless-s3-local, but I think it'll work correctly. If you don't mind, please try it!