eolas/neuron/9445c5fd-135c-4b0b-a70c-7a6fd45d9d58/Lambda_directory_structure.md
2025-04-05 10:32:40 +01: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