0.4.0 (2016-06-12)
-
Remove markdown version of changelog. [Jose Diaz-Gonzalez]
-
Reference correct readme file. [Jose Diaz-Gonzalez]
-
Fix code smells in simple.py. [Jose Diaz-Gonzalez]
-
Add release script. [Jose Diaz-Gonzalez]
-
Make kappa pep8 compliant. [Jose Diaz-Gonzalez]
-
Move version into init.py. [Jose Diaz-Gonzalez]
-
Make setup.py runnable. [Jose Diaz-Gonzalez]
-
Cleanup setup.py. [Jose Diaz-Gonzalez]
- Read requirements from requirements.txt
- Support both setuptools and distutils
- Use wrapper for opening the correct file for requirements.txt and the readme
- Import version from package
- Hardcode package list
- Avoid reading in entire license file when specifying the license attribute
-
Separate dev and non-dev requirements. [Jose Diaz-Gonzalez]
-
Convert readme to RST format. [Jose Diaz-Gonzalez]
-
Show errors and stop function.create when ClientError. [Rodrigo Saito]
The previous code checked only for one error and if some validation error occurred on AWS API
then an infinite loop was happening. -
Fix vpc_config parameters. [Rodrigo Saito]
Boto expects SecurityGroupIds and SubnetIds to be arrays instead of a strings separated with ",".
-
Typo in Quick Start. [laiso]
-
Add vpc_config to md5. [Jose Diaz-Gonzalez]
Changing the VPC config otherwise results in configuration being ignored during a deploy
-
Fix retrieval of resources when user is using statements. [Jose Diaz-
Gonzalez] -
Add ability to enable and disable S3EventSource. [Jose Diaz-Gonzalez]
-
Fix disabling event sources. [Jose Diaz-Gonzalez]
-
Typo in "event_sources disable" cli-command. [Guyon Morée]
-
Getting SNS sample working again. [Mitch Garnaat]
-
Cleaning up a few small things. [Mitch Garnaat]
-
Bumping placebo requirement version. [Mitch Garnaat]
-
Bunch of changes leading up to the merge to develop. [Mitch Garnaat]
-
Fix small bug. [Samuel Soubeyran]
-
Add dependencies and check for existing key in zip before writing new
file. [Samuel Soubeyran] -
Merge remote-tracking branch 'origin/python-refactor' into python-
refactor. [Mitch Garnaat] -
Adding a way to put in a policy as is into the kappa config file.
[Peter Sankauskas] -
Adding missing file. [Mitch Garnaat]
-
Too aggressive on the packages to delete. [Mitch Garnaat]
-
Add a list of files and directories to exclude from the zip package
because they are already installed in Lambda. [Mitch Garnaat] -
Getting event sources working again. Lots of other changes. [Mitch
Garnaat] -
Another run at fixing the Py3 encoding problems. [Mitch Garnaat]
-
Fix encoding problems. [Mitch Garnaat]
-
Encode the JSON document coming out of dumps(). [Mitch Garnaat]
-
Fix 2.x only syntax on an except clause. [Mitch Garnaat]
-
A bunch of changes to support new unit testing strategy with placebo.
More tests to come. [Mitch Garnaat] -
Use source_dir of Context object to find source code. [Mitch Garnaat]
-
Fixing issue with aliases after the first deployment. Make sure role
and policy names have the environment name in them. [Mitch Garnaat] -
Fixed some deployment issues. Also changed it so that every code
deployment creates not just a new version but also a new alias based
on the environment. No longer use environment explicitly in names.
[Mitch Garnaat] -
Adding docs directory. Still needs lots of work. [Mitch Garnaat]
-
Some tweaks to the README file. [Mitch Garnaat]
-
Adding a really simple python sample. [Mitch Garnaat]
-
Merge remote-tracking branch 'origin/develop' into python-refactor.
[Mitch Garnaat] -
README.md. [Christopher Manning]
lambda supports more than javascript
-
Fixing some ugly code. [Mitch Garnaat]
-
Add placebo requirement. [Mitch Garnaat]
-
Another WIP commit. Major changes in the CLI. Also much better
detection of changes (or no changes) in the code, configuration,
policies, etc. when deploying. An attempt to incorporate a test
runner that will run unit tests associated with the Lambda function.
[Mitch Garnaat] -
Begin updates to README. Also, introduce a version attribute in the
config file and use that, as well as the environment, to name
resources. Also use this name for the zip file and eliminate
zipfile_name from config. [Mitch Garnaat] -
Add the missing call to build the zip file. [Mitch Garnaat]
-
Allow an event source to be enabled/disabled. [Mitch Garnaat]
-
Fixing a LOG call. [Mitch Garnaat]
-
Add the ability to generate the config files based on the environment
specified. [Mitch Garnaat] -
Fixing a few small style issues. [Mitch Garnaat]
-
Fixing some typos and silly bugs. [Mitch Garnaat]
-
A WIP commit on the new refactor for support of Python and other
features. [Mitch Garnaat] -
update_event_sources
fails on SNS and S3 event sources. [Ryan S.
Brown]Per #32 , adding an update method
for event sources that don't have them. -
Updating boto3 dependency to latest GA version. [Mitch Garnaat]
-
Delete the log group when the function is deleted. Fixes #28. [Mitch
Garnaat]