Package Exports
- cim
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cim) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Cloud Infrastructure Manager (CIM)
CIM is your AWS Cloud Infrastructure Manager.
Easily create your stack, build and deploy your code, monitor performance, and view logs.
BETA - Still under active development.
# Install CIM
npm install cim -g
# Create your first stack using the lambda template
mkdir app
cim create --template=lambda-nodejs
# Deploy your stack
cim stackup
# Deploy your code
cim deploy
# Delete you stack
cim deleteTemplates
- stack, Default CloudFormation setup.
- lambda-nodejs, Node.js Lambda example setup.
More stacks will be created.