Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.63 KB

File metadata and controls

39 lines (24 loc) · 1.63 KB

Lambda Forge

Lambda Forge is a powerful and flexible open-source framework designed to streamline the creation, management, and deployment of AWS Lambda functions. Built with ease of use and scalability in mind, Lambda Forge empowers developers to focus on writing code while automating the tedious aspects of serverless application management.

Read the complete documentation at: https://docs.lambda-forge.com/

Features

  • Simplified Lambda Function Creation: Easily create and deploy AWS Lambda functions with minimal configuration.
  • Event Source Management: Integrate with various AWS event sources such as DynamoDB streams, S3 events, and more.
  • Permission Management: Automatically handle permissions for your Lambda functions.
  • Extensible Architecture: Designed to be extended and customized to fit your specific needs.

Installation

To install Lambda Forge, you can use pip:

pip install lambda-forge --extra-index-url https://pypi.org/simple --extra-index-url https://test.pypi.org/simple/

Configuration

Configure your AWS resources and environment settings through the context and configuration files.

Contributing

Contributions are welcome! If you would like to contribute to Lambda Forge, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch (git push origin feature-branch).
  5. Create a new Pull Request.

License

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