eolas/neuron/8f51653f-9574-4f79-81a8-1f2ecc0ba592/Lambda_directory_structure.md
2025-01-01 15:57:56 +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