Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created December 17, 2020 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/d828e96687d33c33763ba4c7871b4dc1 to your computer and use it in GitHub Desktop.
Save velotiotech/d828e96687d33c33763ba4c7871b4dc1 to your computer and use it in GitHub Desktop.
lambda tree
├── 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