259 Commits

Author SHA1 Message Date
Philipp Muens
6b32fdc291 Update awsDeploy plugin to use new .zip package artifact 2016-07-07 20:10:05 +02:00
Philipp Muens
b74fa46563 Update hook order and zipping functionality
Update the hook order because the functions need the .zip file in their resource
definition. Furthermore the zipping process / writing it to disc was optimized.
The ".serverless" directory is also added to the "default exclude array" so that it's not
considered during packaging.
2016-07-07 20:10:05 +02:00
Philipp Muens
16679f4db8 Fix code and tests so that the package plugin works correctly 2016-07-07 20:10:05 +02:00
Philipp Muens
57982e7379 Fix wrong path to plugin file in Plugins.json 2016-07-07 20:10:05 +02:00
Philipp Muens
259c58d822 Add package plugin 2016-07-07 20:10:05 +02:00
Philipp Muens
f009940403 Add awsCompileSnsEvents plugin 2016-07-07 12:00:25 +02:00
Philipp Muens
220d814e8e Fix linting error in tests 2016-07-04 14:48:57 +01:00
Philipp Muens
7f5aec098b Add core S3 bucket cleanup upon deployment 2016-07-04 14:35:55 +01:00
Eslam λ Hefnawy
2cf4633d50 Merge branch 'v1.0' into better-errors 2016-07-04 18:10:29 +09:00
Eslam A. Hefnawy
356127b830 fix linting issues 2016-07-04 09:51:59 +01:00
Eslam A. Hefnawy
6ee4b9e420 more validation and better error messages 2016-07-04 09:51:59 +01:00
Philipp Muens
ecae591c38 Add provider definition to Amazon Web Services specific plugins 2016-07-04 09:51:38 +01:00
Philipp Muens
3e8dbc921d Update plugin READMEs 2016-06-29 20:22:55 +02:00
Philipp Muens
927d7d929f Fix linting issue in invoke plugin 2016-06-29 14:14:54 +02:00
Philipp Muens
267e6c58fb Add shortcut support for options 2016-06-29 14:07:55 +02:00
Philipp Muens
081ac58f43 Remove unnecessary "required" in plugin options 2016-06-28 15:22:22 +02:00
Philipp Muens
c7d4ba65b6 Refactor schedule and S3 events test
So that they are in the same structure as the API Gateway event tests.
2016-06-28 08:57:09 +02:00
Philipp Muens
8c6c1c88e2 Update plugins README.md file 2016-06-28 07:57:16 +02:00
Philipp Muens
1c84855b3a Remove unnecessary JSON.stringify statement 2016-06-28 07:43:09 +02:00
Philipp Muens
04b40a48b0 Add string representation support for API Gateway event 2016-06-28 06:02:31 +02:00
Philipp Muens
12801a34fe Add DELETE_FAILED to stackStatusFilter 2016-06-27 16:24:09 +02:00
Eslam A. Hefnawy
d37e3d808d fix linting issues 2016-06-27 13:31:16 +02:00
Eslam A. Hefnawy
6b02513451 check stack exists before creation 2016-06-27 13:30:27 +02:00
Philipp Muens
a37c890c15 Add better stack identification on stack removal 2016-06-27 12:18:16 +02:00
Philipp Muens
c5bf452be0 Update stack identification for stack removal process 2016-06-27 09:57:48 +02:00
Eslam A. Hefnawy
a14fb2cf69 run travis 2016-06-23 15:55:57 +02:00
Eslam A. Hefnawy
d2dc0ba58e ZERO linting issues and test coverage of 93% 🎉 🎉 2016-06-23 15:55:57 +02:00
Philipp Muens
ab3bbe0a4e Update existing plugin docs 2016-06-22 16:33:00 +02:00
Philipp Muens
082df12e6d Add fix for correct error class usage 2016-06-22 08:46:42 +02:00
Philipp Muens
fc6050774f Fix lambdaUri in methods compilation 2016-06-22 08:01:05 +02:00
Eslam A. Hefnawy
9b1fad3d9e removed test from sdk class tests 2016-06-21 18:49:10 +02:00
Eslam A. Hefnawy
c5af2f782c not throwing error if profile doesn't exist 2016-06-21 18:48:01 +02:00
Eslam A. Hefnawy
691e38812b travis is using aws access key id 2016-06-21 18:34:02 +02:00
Eslam A. Hefnawy
6e714bea31 updated handling for travis env var 2016-06-21 18:30:11 +02:00
Eslam A. Hefnawy
1a1ec2103f removed aws api keys handling 2016-06-21 18:21:53 +02:00
Eslam A. Hefnawy
2c4c559dfd removed extra require 2016-06-21 18:04:57 +02:00
Eslam A. Hefnawy
7f7e0a515e fixed apig validate test 2016-06-21 17:43:35 +02:00
Eslam A. Hefnawy
135330995b added tests for aws sdk 2016-06-21 17:27:18 +02:00
Philipp Muens
b16664357d Fix linting issues 2016-06-21 14:51:32 +02:00
Philipp Muens
4cdc5f7e9f Remove duplicate validation code in AwsCompileApigEvents plugin 2016-06-21 14:41:01 +02:00
Philipp Muens
354ab912cc Remove "hello" naming for function in tests
This way all tests use the same function name.
2016-06-21 14:06:36 +02:00
Philipp Muens
7b41dee866 Add reference to Error class in AwsCompileScheduledEvents plugin 2016-06-21 13:59:30 +02:00
Eslam A. Hefnawy
598d65797c cleaning aws sdk file 2016-06-21 13:47:19 +02:00
Philipp Muens
f6a631482a Add some minor code convention changes 2016-06-21 13:29:06 +02:00
Philipp Muens
c308121d73 Fix AwsInvoke plugin and corresponding tests 2016-06-21 13:23:12 +02:00
Eslam A. Hefnawy
afe2321b11 fixed integration tests 2016-06-21 13:03:58 +02:00
Philipp Muens
f452bb6412 Apply cosmetic changes to tests 2016-06-21 12:23:56 +02:00
Philipp Muens
4d8bec0d53 Remove aws.Resources references in READMEs and tests 2016-06-21 12:05:34 +02:00
Philipp Muens
f260a748a2 Remove unnecessary "required: false" entries 2016-06-21 11:31:25 +02:00
Philipp Muens
389cbd7de2 Fix AwsCompileApigEvents plugin and tests 2016-06-21 11:28:44 +02:00