# make-sheep **Repository Path**: mirrors_codejamninja/make-sheep ## Basic Information - **Project Name**: make-sheep - **Description**: A development environment for AWS lambda - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # make-sheep A development environment for AWS lambda ![](assets/make-sheep.png) Please ★ this repo if you found it useful ★ ★ ★ ## Features * Virtual environment ## Dependencies * [Make](https://www.gnu.org/software/make/manual/make.html) * [Python](https://www.python.org/) * [Git](https://git-scm.com/) ## Usage | Command | Description | | ------------- | ---------------------------------------------------------------- | | `make install` | Install virtual environment | | `make start` | Test your lambda function locally | | `make deploy` | Deploy your lambda function to AWS | ## Support Submit an [issue](https://github.com/jamrizzi/make-sheep/issues/new) ## Buy Me Coffee A ridiculous amount of coffee was consumed in the process of building this project. [Add some fuel](https://jamrizzi.com/#!/buy-me-coffee) if you'd like to keep me going! ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -m 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D ## License [MIT License](https://github.com/jamrizzi/make-sheep/blob/master/LICENSE) [Jam Risser](https://jamrizzi.com) © 2017 ## Credits * [Jam Risser](https://jamrizzi.com) - Author ## Changelog 0.0.1 (2017-05-22) * Initial release