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
I found a similar issue when running yarn sls dynamodb seed after upgrading to v3. However, if you modify the command to be STAGE={yourStageNameHere} yarn sls dynamodb seed ......., this fixed the issue for me.
Also having provider.stage: ${env:STAGE} set in the serverless.yml will be required.
I hope this helps as I just discovered this now :)
Actual Behaviour
After updating serverless to v3, I get the following error:
Expected Behaviour
Start dynamodb local as usual
Steps to reproduce it
Install serverless@3
run `sls dynamodb migrate``
LogCat for the issue
Screenshots of the issue
Would you like to work on the issue?
The text was updated successfully, but these errors were encountered: