We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170cbcd commit b52d435Copy full SHA for b52d435
packages/serverless-offline-dynamodb-streams/src/index.js
@@ -74,7 +74,7 @@ class ServerlessOfflineDynamodbStreams {
74
);
75
}
76
77
- async _startWithExplicitEnd() {
+ async _startWithReady() {
78
await this.start();
79
this.ready();
80
0 commit comments