Created
December 17, 2020 11:44
-
-
Save velotiotech/d828e96687d33c33763ba4c7871b4dc1 to your computer and use it in GitHub Desktop.
lambda tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
├── check-prime | |
│ ├── handler.py | |
│ └── serverless.yml | |
├── get-factorial | |
│ ├── handler.py | |
│ └── serverless.yml | |
└── get-factors | |
├── handler.py | |
└── serverless.yml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment