Packaging and deploying
As a developer we always want to make the deployment and management of our codes simpler and hassle free, especially when it comes to working with a lot of Lambda projects at the same time. These tools accelerate time to development and also help us reduce any errors that may occur when working with the AWSÂ Management Console or the AWS CLI. In this section we will be exploring two such tools that are gaining a lot of momentum in the market today: APEX and Claudia.js.
APEX
APEX is by far the most versatile and easy deployment and management tool that I've come across. It is extremely simple to install, and get started with. To install the tool on most major Linux distributions, you simply need to copy and paste the following command on your Terminal:
# curl https://raw.githubusercontent.com/apex/apex/master/install.sh | sudo sh
Note
You can get APEX working on Windows as well. Check out the latest APEX releases from https://github.com/apex/apex/releases.
Before we go any...