Detalhes do pacote

@heycanopy/aws-lambda

awspilot32MIT1.0.7-c8

Deploy AWS Lambda functions from command line using a json or yaml config file.

lambda, aws lambda, deploy, deploy lambda

readme (leia-me)

changelog (log de mudanças)

1.0.7

  • eslint + upgraded dependencies 1.0.6
  • increasex maxBuffer for exec from 1MB to 5MB 1.0.5
  • fixes a vulnerability in function name, reported by Song Li of Johns Hopkins University 1.0.4
  • no NodeJS 4 & 5 support ( watchpack does not support it )
  • better watch using watchpack ( used also by webpack )
  • try webpack 2.0.0-beta.10; webpack 1.x does not seem to work inside linux
  • $ lambda start --docker > in progress

1.0.1

  • support for function Tags
  • $ lambda start <file>

1.0.0

  • uses 2015-03-31 api version ( latest in dec.2019 )
  • support for yaml
  • support for Lambda Environmemnt Variables
  • support for Lambda Layers
  • npm tests against AWS Lambda

0.1.2

  • uses AWS Lambda 2014-11-11 deprecated api