Skip to content

myrmex-org/myrmex

Repository files navigation

Myrmex Logo

Build Status Codacy Badge Codecov

What is it?

A serverless application framework.

Myrmex helps you to organize your code and deploy serverless applications in AWS. Its plugin system allows you to work with AWS Lambda or API Gateway or both of them. The IAM plugin can help you to declare the IAM permissions your application needs in your versionning system.

Control the IAM permissions needed to deploy your application. Allow several developers to publish different versions of the project on the same AWS account.

Write your own plugins to enrich the command line, create higher level functionalities and integrate with other services. Then share it as npm modules!

$ npm install -g myrmex
$ myrmex new my-serverless-project
$ cd my-serverless-project
$ myrmex -h

Documentation available at https://myrmex-org.github.io/.


MIT