serverless-s3-local is a Serverless plugin to run S3 clone in local. This is aimed to accelerate development of AWS Lambda functions by local testing. I think it is good to collaborate with serverless-offline. Installation Use npm npm install serverless-s3-local --save-dev ...
bucket' - serverless-s3-local-sync # specify this plugin last, as it relies on the others custom: s3: # serverless-s3-local config host: 0.0.0.0 port: 5000 directory: /tmp/s3bucket cors: false # noStart: true s3Sync: # serverless-s3-sync cobfig - bucketName: yourBucketName localDir...