Skip to content

Instantly share code, notes, and snippets.

@egoson
Created January 20, 2022 14:45
Show Gist options
  • Save egoson/fd0aa319676844d3a80e62d5997f7bc2 to your computer and use it in GitHub Desktop.
Save egoson/fd0aa319676844d3a80e62d5997f7bc2 to your computer and use it in GitHub Desktop.
marquiz-lambda
├── functions
| ├── searchAddress
| | ├── index.js
| | └── ...
| └── ...
|
|
├── layers
| ├── request
| | ├── axios.js
| | └── ...
| |
| ├── aws-sdk
| | ├── aws.js
| | └── ...
| |
| └── ...
|
|
├── tests
| └── ...
| |
| |
| ├── aws-sdk
| | ├── aws.js
| | └── ...
| └── ...
└── ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment