eolas/neuron/eae3c214-e7de-4efe-ad0c-420770267aa7/Lambda_directory_structure.md
2025-01-02 17:31:19 +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