Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kes

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kes

Making deployment to AWS using CloudFormation easier and fun

  • 0.0.3-beta-8
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
22
decreased by-31.25%
Maintainers
2
Weekly downloads
 
Created
Source

Kes: Make deployment with CloudFormation fun

This is a library for managing and deploying AWS resources using CloudFormation. It is specifically designed to work with API Gateway and Lambda functions and includes Hapi server for simulating API Gateway on a local machine.

Installation

$ npm install kes
$ kes init

Usage

Kes expects a particular folder structure to operate properly:

  • The cloudformation template and config files should be stored at .kes folder.
  • All lambdas functions must be stored in their own folders under build/lambda
  • We recommend using webpack, gulp or similar tools to bundle each lambda's code
Add config.yml

Use an example provided in the examples folder.

Add cloudformation.template.yml

Use an example provided in the examples folder. Kes generates a cloudformation.yml file that is stored in the same .kes folder. There is no need to commit this file and can safely be added to .gitignore

Commands
  • Create a new cloudformation stack kes cf create --stage dev
  • Update an existing cloudformation stack kes cf update --stage dev
  • Update a particular lambda kes lambda myLambdaName

Keywords

FAQs

Package last updated on 18 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc