You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Update serverless to v4: `npm install serverless@^4.0.0`
42
+
2. Update serverless-offline to v14.4.0+: `npm install serverless-offline@^14.4.0`
43
+
3. Update this plugin: `npm install serverless-offline-s3@^8.0.0`
44
+
29
45
## How it works?
30
46
31
47
To be able to emulate AWS S3 Bucket on local machine there should be some bucket system actually running. One of the existing implementations suitable for the task is [Minio](https://github.com/minio/minio).
1. Update serverless to v4: `npm install serverless@^4.0.0`
42
+
2. Update serverless-offline to v14.4.0+: `npm install serverless-offline@^14.4.0`
43
+
3. Update this plugin: `npm install serverless-offline-sqs@^9.0.0`
44
+
29
45
## How it works?
30
46
31
47
To be able to emulate AWS SQS queue on local machine there should be some queue system actually running. One of the existing implementations suitable for the task is [ElasticMQ](https://github.com/adamw/elasticmq).
0 commit comments