This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Description
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!