eolas/neuron/4d2bba6b-63bd-4db1-a13f-46d124ed7b38/Lambda_directory_structure.md
2025-02-27 18:27:46 +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