eolas/neuron/949ef495-1370-41a8-80ea-7be9f9855779/Lambda_directory_structure.md
2024-10-20 23:00:03 +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