eolas/neuron/1b27e703-342c-4cda-a280-3c6903424ecd/Lambda_directory_structure.md
2024-11-05 15:14:05 +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