eolas/neuron/3962ef80-32e3-49b8-8e16-d14a26e9787a/Lambda_directory_structure.md
2024-10-22 16:47:58 +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