eolas/neuron/7c141533-1806-4f5c-a70e-7527be05b1c5/Lambda_directory_structure.md
2025-01-24 19:36:04 +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