eolas/neuron/ece17b21-4a01-41a2-ae84-09e40ec6dfab/Lambda_directory_structure.md
2024-12-01 19:39:45 +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