nodejs4.3
runtime support [#70][] (@ijin)- Overrides nodejs with nodejs4.3 on function create/update (
nodejs(0.10)
has been deprecated) [#70][] (@ijin)
- Official Environment Variables Support
Pass['Environment']['Variables']
to create/update function from config #68 (@sawanoboly)
- Use the new official passthrough mapping template #64
- Bugfix: Can't read some of the events config #63
- Add encrypt-file command & decrypt feature for Lambda function #62
- Bigfix: Fix error when import lamvery in function #62
- Add
generate
command #61- Generate the skeleton function
- Add
no_integrate
option to api command #56
- Bugfix:
init
command fails on root directory #54
- Add
-e
,--env
option toarchive
anddeploy
command #52- Pass some environment variables that are not encrypted #50
- Bugfix:
init
command failure #51
- Bugfix: The permission is not given to the alias #48
- Improvement and bugfix for the feature of CloudWatch Events #48
- Change the format of the event configuration file (Backward compatible)
- Use ARN of the alias to the event targets (Previously, It was used
$LATEST
by default)
- Allow empty setting to
description
,timeout
,mamory_size
#44- Bugfix: deploy fails on empty description #43
- Add VPC configuration #42
- You can now configure a Lambda function to access resources in your VPC!!
http://aws.amazon.com/releasenotes/8144743194161467
- You can now configure a Lambda function to access resources in your VPC!!
- Bugfix #41
- Add
-t
,--target
option toset-alias
commnad #40- The alias of the version that is targeted for setting alias
- Add
logs
commnad #39
- Bugfix:
init
command fail in the case that the configuration file does not exist. #37
- Add KMS support for Node.js #35
- Split the configuration file #33
- Bugfix
- Pull request #28: Single file upload support (@ijin)
- Adjust some outputs
- Add
rollback
command #29- Remove
configuration.alias
from the configuration file - Add
default_alias
to the configuration file - Add
versioning
to the configuration file
- Remove
- Exclusion list support #26
- Add invoke command #18 #25
- Allow archiving without
virtualenv
#23 #25 - Initial support
node.js
runtime #23 #25 - Bugfix #24 #25
- Change the secret file format YAML -> JSON
- Reduce capacity of the archive
- Bugfix
- Bugfix
- Bugfix
- Add
-l
,--no-libs
option to archive without all libraries #20 #21 - Calculate and print the function's usage capacity #19 #21
- Change configuration file option
secret: key
->secret: key_id
#17 - Simplify importing of
lamvery.secret
#17 - Lost jinja2 descriptor when call
encrypt
command with-s
option #17
- Exclude bin directory form archive(Reduce size of the archive file)
- Add some files to list of exclude from the archive
- Bugfix: Duplicate output on
deploy
- Support jinja2 template in configuration file #15
- Change default name of the configuration file to '.lamvery.yml'
- Change format of the configuration file (See: README)
- Support passing some confidential informations using KMS #8
- Add
encrypt
command - Add
decrypt
command - Adjust all outputs
- Collect help messages
- Add
region
option - Refactoring
- Bugfix
- Bugfix
- Initial release