eolas/neuron/3e9c8244-6ff9-4b0e-85f5-e82db8665849/Lambda_directory_structure.md
2024-11-01 16:51:35 +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