Skip to content

Commit 93777d8

Browse files
authored
Notes on packaging directive in serverless.yml
1 parent c0d899c commit 93777d8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ import requests
3434

3535
## Limitations
3636

37-
For now this only works with pure Python modules unless running serverless on the same architeture as AWS (x86_64 Linux).
37+
* MacOS & Windows: For now this only works with pure Python modules unless running serverless on the same architeture as AWS (x86_64 Linux).
38+
* If using the `package` directive in `serverless.yml` ensure that `.requirements` and `requirements.py` are included.
39+

0 commit comments

Comments
 (0)