eolas/neuron/d06d7699-6cc3-4470-a1d4-b6201bdeb808/Lambda_directory_structure.md
2024-12-10 17:25:18 +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