JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q45172F
  • License SEE LICENSE IN LICENSE

Cloud Infrastructure Manager

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.

# 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 delete

TODO

  • Plugin framework
    • Internal core plugins
    • External 3rd party plugins
    • Extensions:
      • template
      • hooks
      • commands
  • Add ability to see lambda logs.
  • App performance
  • CI/CD