eolas/neuron/2568f342-a371-4945-82ee-7237ab36380c/Lambda_directory_structure.md
2024-10-21 10:00:01 +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