eolas/neuron/22c4bb42-86c2-4906-9753-27655e15c1d9/Lambda_directory_structure.md
2024-10-30 13:34:40 +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