eolas/neuron/78bb25d9-ca3c-4cbb-a2c4-e9c73950d1ca/Lambda_directory_structure.md
2024-11-11 15:47:11 +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