{"id":13786748,"url":"https://github.com/mantil-io/mantil","last_synced_at":"2025-05-11T22:33:22.598Z","repository":{"id":57666022,"uuid":"400750671","full_name":"mantil-io/mantil","owner":"mantil-io","description":"Build your AWS Lambda-based Go backends quicker than ever","archived":false,"fork":false,"pushed_at":"2022-11-07T11:23:06.000Z","size":41074,"stargazers_count":109,"open_issues_count":4,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-17T23:42:21.343Z","etag":null,"topics":["aws","aws-lambda","golang","lambda","serverless"],"latest_commit_sha":null,"homepage":"https://www.mantil.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mantil-io.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-28T09:13:30.000Z","updated_at":"2024-10-19T15:29:37.000Z","dependencies_parsed_at":"2023-01-22T11:15:33.521Z","dependency_job_id":null,"html_url":"https://github.com/mantil-io/mantil","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantil-io%2Fmantil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantil-io%2Fmantil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantil-io%2Fmantil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mantil-io%2Fmantil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mantil-io","download_url":"https://codeload.github.com/mantil-io/mantil/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253645441,"owners_count":21941315,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-lambda","golang","lambda","serverless"],"created_at":"2024-08-03T19:01:33.055Z","updated_at":"2025-05-11T22:33:19.101Z","avatar_url":"https://github.com/mantil-io.png","language":"Go","funding_links":[],"categories":["Software Packages","Frameworks","软件包","Go Tools"],"sub_categories":["DevOps Tools","DevOps 工具"],"readme":"\u003cimg src=\"docs/images/mantil-logo-lockup-1-orange-RGB.png\" width=\"592px\"\u003e\n\n[![License][License-Image]][License-Url] ![tests](https://github.com/mantil-io/mantil/actions/workflows/test.yml/badge.svg) [![codecov](https://codecov.io/gh/mantil-io/mantil/branch/master/graph/badge.svg?token=Y5CP4P7B69)](https://codecov.io/gh/mantil-io/mantil)\n\n[License-Url]: https://github.com/mantil-io/mantil/blob/master/LICENSE\n[License-Image]: https://img.shields.io/badge/license-MIT-blue\n\n# Serverless development kit for Go and AWS Lambda\n\nCloud-native development demands a new approach to building, launching, and observing cloud apps. [Mantil](https://www.mantil.com) is a modern open-source framework for writing serverless apps in Go. It allows you to quickly create and deploy applications that use AWS Lambda over a command line interface.\n\n## About Mantil\n### 🧑‍💻 Tailored for developers\nThere are many serverless tools out there focused on building infrastructure. In Mantil, developers write pure Go code without any notion of AWS or Lambda. Therefore, you don't need an upfront understanding of the complex AWS ecosystem and tooling.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"docs/images/mantil_project_structure.png\" width=\"412px\"\u003e\n\u003cp/\u003e\n\n### ☁️ Cloud environments\nGet the feeling of local development while using real services in the cloud. With built-in support for multiple development stages and parallel lines of deployment, you still keep your private development sandbox. But in the serverless world, all environments are essentially the same environments. \n\n### 🤩 Continuous deployment\nMany developers who have played with AWS Lambda complain about frustrating build experiences where you need to make a number of steps manually. With **mantil watch** app is deployed automatically on every save. Moreover, it is done in seconds, so fluid development workflow is preserved.\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"docs/images/mantil_watch.png\" width=\"470px\"\u003e\n\u003cp/\u003e\n\nMantil also supports **code testing** via standard go tests or by invoking a specific function and **getting logs instantly** during function execution (not after the function is completed). And much more. \n\n\n## Quick Start\nTo get started with Mantil, you need to have installed Go and access to AWS account. Follow these few simple steps, and you will be up and running in minutes. \n\n```\n# Install Mantil CLI\n$ brew tap mantil-io/mantil\n$ brew install mantil\n\n# Install Mantil Node on AWS\n$ mantil aws install --aws-profile=my-named-profile\n\n# Create your first Mantil project (it just creates project structure)\n$ mantil new my-project\n$ cd my-project\n\n# Deploy your project to development stage\n$ mantil stage new development\n```\nAnd that's it, you've created your first serverless app using Mantil. \nRead [Getting Started](https://docs.mantil.com/getting_started) tutorial or watch the [accompanying video](https://www.youtube.com/watch?v=Fp64VgSLoTQ) to dive deep into each step and to learn more about how to work with Mantil. \n\nMantil CLI is also available on Windows and Linux via [direct download](https://docs.mantil.com/cli_install#direct-download-linux-windows-and-mac). \n\n\n## Documentation\nCheck out [documentation](https://docs.mantil.com) to get into specific areas of Mantil:\n* familiarize yourself with [General Concepts](https://docs.mantil.com/concepts/node)\n* learn more about [testing principles](https://docs.mantil.com/Usage/testing)\n* find out how to configure environment variables, scheduled execution, private API's or custom domain in [API Configuration](https://docs.mantil.com/api_configuration/env_variables)\n* get an overview of all available [CLI commands](https://docs.mantil.com/commands/overview)\n\n\n## Examples\nChoose from among several guided tutorials that will give you step-by-step examples of various features of Mantil:\n* [Chat](https://github.com/mantil-io/template-chat) - demonstrates WebSocket Mantil API interface\n* [Todo](https://github.com/mantil-io/template-todo) - simple todo app showcasing persistent key/value storage\n* [Signup](https://github.com/mantil-io/example-signup) - example of simple signup workflow\n* [Excuses](https://github.com/mantil-io/template-excuses) - UI and environment variables showcase\n* [Github to Slack](https://github.com/mantil-io/template-github-to-slack) - example of serverless integration between GitHub and Slack\n* [HN alerts](https://github.com/mantil-io/example-hn-alerts) - example of scheduled lambda function that will look for new HackerNews stories containing certain keywords\n* [Mongo Atlas](https://github.com/mantil-io/example-mongo-atlas) - example of using Mantil with Mongo Atlas\n* [Presigned s3 upload](https://github.com/mantil-io/template-presigned-s3-upload) - template showing upload of files to S3 bucket through presigned URLs\n* [NGS chat](https://github.com/mantil-io/example-ngs-chat) - example of chat implemented with [NATS](https://github.com/nats-io)\n\n## Feedback \nWe'd love to hear from you. If you would like to getting in touch DM us on [Twitter @MantilDev](https://twitter.com/MantilDev).\n\n#\n\u003cp align=\"center\"\u003e ⭐️ If you like Mantil, give it a star! ⭐️\u003c/p\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmantil-io%2Fmantil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmantil-io%2Fmantil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmantil-io%2Fmantil/lists"}