eolas/neuron/dc239556-fd21-4147-b56e-3d8b474984ad/Lambda_directory_structure.md
2024-12-20 13:12:10 +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