eolas/DevOps/AWS/Lambda/Lambda_directory_structure.md
2023-11-01 10:46:00 +00:00

343 B

categories tags
DevOps
Backend
AWS

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