eolas/neuron/84bce166-ed13-454f-aa4b-b278e38fda7b/Lambda_directory_structure.md
2025-01-19 18:00:57 +00:00

325 B

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