eolas/neuron/0c4abb9b-c940-4636-84e0-b880b7c1ac8b/Lambda_directory_structure.md
2025-01-02 18:02: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