eolas/neuron/613ccec5-1e2f-4825-8992-c4d4d5cb7dc8/Lambda_directory_structure.md
2024-10-21 12:00:02 +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