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
ReferenceError: AWS is not defined
at ServerlessS3Local.getClient (/Users/peebles/cortina/ca-portal/node_modules/serverless-s3-local/index.js:353:21)
at ServerlessS3Local.createBuckets (/Users/peebles/cortina/ca-portal/node_modules/serverless-s3-local/index.js:325:27)
...
And indeed, in index.js line 353 there is a reference to AWS that was never defined:
In version 0.6.22, I am getting:
ReferenceError: AWS is not defined
at ServerlessS3Local.getClient (/Users/peebles/cortina/ca-portal/node_modules/serverless-s3-local/index.js:353:21)
at ServerlessS3Local.createBuckets (/Users/peebles/cortina/ca-portal/node_modules/serverless-s3-local/index.js:325:27)
...
And indeed, in index.js line 353 there is a reference to AWS that was never defined:
Or am I missing something here?
0.6.20 works without error.
The text was updated successfully, but these errors were encountered: