Skip to content

Commit 684999a

Browse files
committed
feat: enable individual packaging for serverless functions
1 parent 1c0ee59 commit 684999a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

serverless.yml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ custom:
4242
migrate: true
4343
seed: false
4444

45+
package:
46+
individually: true
47+
4548
functions:
4649
index-function:
4750
handler: src/index.handler

0 commit comments

Comments
 (0)