eolas/neuron/0368f5e0-e5f8-46f2-9cd3-c028c04a15d1/Lambda_directory_structure.md
2024-10-25 13:28:55 +01: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