eolas/neuron/feff9a94-f7b2-4f7c-88d4-f1e6d70cf754/Lambda_directory_structure.md

24 lines
325 B
Markdown
Raw Normal View History

2024-11-17 15:37:31 +00:00
---
tags:
- AWS
- aws-lambda
---
# Lambda directory structure
I am using the following structure for my lambdas:
```
lambda-name/
events/
function-name/
src/
index.js
tests/
local-env.json
production-env.json
package.json
template.yaml
README.md
```