Skip to content

Commit

Permalink
Fix README example (#46)
Browse files Browse the repository at this point in the history
Fixes #45
  • Loading branch information
domdomegg authored Mar 7, 2024
1 parent b2afb28 commit b1224a4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ plugins:

custom:
serverless-dynamodb:
port: 8000
docker: false
start:
port: 8000
docker: false
```
serverless.js / serverless.ts:
Expand All @@ -56,8 +57,10 @@ export default {
],
custom: {
'serverless-dynamodb': {
port: 8000,
docker: false,
start: {
port: 8000,
docker: false,
}
}
}
}
Expand Down

0 comments on commit b1224a4

Please sign in to comment.