Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 03c25e3

Browse files
committed
Fix serverless example
1 parent b884494 commit 03c25e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/deploy/serverless.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ provider:
44
name: aws
55
runtime: provided
66

7+
package:
8+
individually: true
9+
710
functions:
811
hello:
912
handler: hello.hello

0 commit comments

Comments
 (0)