Skip to content

Commit 88153d0

Browse files
committed
Add compatibility with serverless-offline plugin
1 parent 2a6796f commit 88153d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class ServerlessDynamodbLocal {
113113
'dynamodb:remove:removeHandler': this.removeHandler.bind(this),
114114
'dynamodb:install:installHandler': this.installHandler.bind(this),
115115
'dynamodb:start:startHandler': this.startHandler.bind(this),
116+
'before:offline:start': this.startHandler.bind(this),
116117
};
117118
}
118119
createHandler() {

0 commit comments

Comments
 (0)