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
For my project setup I need to run local sls dynamodb server, which I've installed using command "sls dynamodb install" but when I am trying to run the local server using command "sls dynamodb start" I am getting "Service unavailable" error.
Though the server starts as I can see while debugging the logs, but stops unexpectedly giving "service unavailable" error. The system configuration is similar for all the team members but still the issue persists in my system.
Expected Behaviour
"sls dynamodb start" command should start a local server.
Console logs
Serverless: Deprecation warning: Serverless Framework was enhanced with a new variables resolver which doesn't recognize "provider.variableSyntax" setting.Starting with a new major it will be the only resolver that's used.. Drop setting from a configuration to adapt to it
More Info: https://www.serverless.com/framework/docs/deprecations/#NEW_VARIABLES_RESOLVER
Serverless: Running "serverless" installed locally (in service node_modules)
Serverless: Configuration warning at root: unrecognized property 'artifact'
Serverless:
Serverless: Learn more about configuration validation here: http://slss.io/configuration-validation
Serverless:
Dynamodb Local Started, Visit: http://localhost:8083/shell
UnknownError: Service Unavailable: DynamoDB - Error -
Unknown Error ------------------------------------------
UnknownError: Service Unavailable
at Request.extractError
Any help on this topic would be of great help, Since I am struggling a lot to fix this error.
The text was updated successfully, but these errors were encountered:
Actual Behaviour
For my project setup I need to run local sls dynamodb server, which I've installed using command "sls dynamodb install" but when I am trying to run the local server using command "sls dynamodb start" I am getting "Service unavailable" error.
Though the server starts as I can see while debugging the logs, but stops unexpectedly giving "service unavailable" error. The system configuration is similar for all the team members but still the issue persists in my system.
Expected Behaviour
"sls dynamodb start" command should start a local server.
Console logs
Any help on this topic would be of great help, Since I am struggling a lot to fix this error.
The text was updated successfully, but these errors were encountered: