Skip to main content

Prints out linting errors found in inline cloudformation lambda code

Project description

🚀 cfn-inline-lambda-linter

PyPI - Python Version
PyPI
License
Code Coverage
GitHub Stars

cfn-inline-lambda-linter is a powerful and lightweight tool for linting inline Lambda functions embedded in AWS CloudFormation templates. Optimize your Lambda code, catch potential issues, and enforce best practices effortlessly.

✨ Features

🔍 Automatic Detection: Scans YAML/JSON templates to identify inline Lambda functions.
Lightning-Fast Linting: Validates syntax, enforces standards, and identifies anti-patterns.
🛠 Customizable Rules: Extend with your own linting rules to suit your project needs.
📦 CI/CD Ready: Seamlessly integrate into any CI/CD pipeline.
📈 Future-Proof: Built with extensibility and AWS updates in mind.

🛠 Installation

Install via pip:

pip install cfn-inline-lambda-linter

Or Install the latest development version:

pip install git+https://github.com/saad1998/cfn-inline-lambda-linter.git  

🚀 Quick Start

Lint a CloudFormation Template

cfn_lambda_lint lint template.yaml

Pass args to Lint

cfn_lambda_lint lint template.yaml --args "--max-line-length=88 --ignore=E203,W503"

🎣 Pre-Commit Hook Integration

Ensure your code is always clean and adheres to best practices by integrating cfn-inline-lambda-linter as a pre-commit hook!

Why Use This Hook?

  • Automatic linting: Detect and resolve CloudFormation template issues effortlessly.
  • Error prevention: Catch inline Lambda errors before deployment.
  • Productivity boost: Spend less time debugging and more time building.

Setting Up the Pre-Commit Hook

  1. Install pre-commit globally (if not already installed):

    pip install pre-commit
    
  2. Add the following to your project's .pre-commit-config.yaml file:

    repos:
      - repo: https://github.com/saad1998/cfn-inline-lambda-linter
        rev: v0.1.0  # Replace with the latest version
        hooks:
          - id: cfn-inline-lambda-linter
            files: template.yaml
    
  3. Install the pre-commit hook in your local repository:

    pre-commit install
    
  4. Test it by running pre-commit on all files:

    pre-commit run --all-files
    

How It Works

Once the hook is configured, every time you try to commit changes:

  • The hook will automatically scan your CloudFormation templates containing inline Lambda code.
  • Errors or warnings will be highlighted, ensuring only high-quality configurations are committed.

Customize the Hook

You can pass arguments to the hook by modifying .pre-commit-config.yaml:

repos:
  - repo: https://github.com/saad1998/cfn-inline-lambda-linter
    rev: v0.1.0
    hooks:
      - id: cfn-inline-lambda-linter
        files: template.yaml
        args: ["--args=--max-line-length=88 --ignore=E203,W503"]

🎉 You're All Set!

Your project is now equipped with an automated linter that ensures CloudFormation templates and inline Lambda code are always error-free before committing.

🌟 Why Choose Us?

  • Developer-Friendly: Clean output with actionable messages.
  • AWS Focused: Tailored specifically for AWS Lambda in CloudFormation.
  • Open Source: Free forever, with a growing community of contributors.

🤝 Contributing

We ❤️ contributions! But at the moment it has been paused. It will be resumed when we have published our Contributing.md guide.

🗺 Roadmap

✅ Add support for nested templates. ✅ Add linting support for lambda functions written in other languages. 🚧 Advanced static analysis for Lambda functions. 🔜 Enhanced logging for CI/CD pipelines.

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.

🎉 Show Your Support

Give a ⭐ if this project helps you improve your CloudFormation workflows!

📧 Contact

Got questions or suggestions? Open an issue here.

"Code smarter, not harder!"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cfn_inline_lambda_linter-0.1.3.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cfn_inline_lambda_linter-0.1.3-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file cfn_inline_lambda_linter-0.1.3.tar.gz.

File metadata

  • Download URL: cfn_inline_lambda_linter-0.1.3.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.9.18 Linux/5.15.167.4-microsoft-standard-WSL2

File hashes

Hashes for cfn_inline_lambda_linter-0.1.3.tar.gz
Algorithm Hash digest
SHA256 a83e35288038ca886efbe83a51db32be8acae1e02210449798b92422331c956a
MD5 4eb0275d9b930e5d6dcfef1014ae26d5
BLAKE2b-256 53f37901aa19b719e8bea5a466e3d028dfbd392402914aa4bb7e547e487a34cd

See more details on using hashes here.

File details

Details for the file cfn_inline_lambda_linter-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: cfn_inline_lambda_linter-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.9.18 Linux/5.15.167.4-microsoft-standard-WSL2

File hashes

Hashes for cfn_inline_lambda_linter-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d1ecdd6a57aa2e958106a0cab25529d0f6e0af9ca9a75be97cef3e63417b4766
MD5 249c8024ccae9802908bcbb20a998266
BLAKE2b-256 c141b1734f365b0a3bb74d64f4acd4d69671e97a564fa48241a40b02ac19cde6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page