Skip to content

Commit

Permalink
fix(template): add property to fix non-working serverless offline for…
Browse files Browse the repository at this point in the history
… local testing
  • Loading branch information
Fuss Florian (uid10804) committed Sep 14, 2020
1 parent 5306854 commit 5324852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ custom:
custom:
serverless-offline:
resourceRoutes: true
useChildProcesses: true
webpack:
includeModules: true
packager: 'npm'
Expand Down Expand Up @@ -61,7 +62,6 @@ provider:
- 'ssm:GetParameter'
Resource: '*'


# The `functions` block defines what code to deploy
functions:
app:
Expand Down

0 comments on commit 5324852

Please sign in to comment.