diff --git a/README.md b/README.md index 4970d56..f188615 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ A curated list of Microservice Architecture related principles and technologies. ### Agnostic +- [Apex](https://github.com/apex/apex) - Tool for deploying and managing AWS Lambda functions. With shims for languages not yet supported by Lambda, you can use Golang out of the box. - [GRPC](http://www.grpc.io/) - A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. Libraries in C, C++, Java, Go, Node.js, Python, Ruby, Objective-C, PHP and C#. ### C @@ -188,6 +189,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Loopback](http://loopback.io/) - Node.js framework for creating APIs and easily connecting to backend data sources. - [Restify](http://restify.com/) - Node.js module built specifically to enable you to build correct REST web services. - [Seneca](http://senecajs.org/) - A microservices toolkit for Node.js +- [Serverless](https://github.com/serverless/serverless) - Build and maintain web, mobile and IoT applications running on AWS Lambda and API Gateway (formerly known as JAWS). ### Perl