Philipp Muens
bcf3a31ff5
Fix invokeLocal tests
2017-09-04 09:59:08 +02:00
horike37
27fb1c4703
update tests for turning into async call
2017-09-04 05:47:50 +09:00
horike37
c3c15c692b
[WIP]update tests for turning into async call
2017-09-03 15:59:07 +09:00
Rafal Wilinski
b1425c5ad5
Context related fixes
2017-09-02 22:11:04 +02:00
Rafal Wilinski
3cf32ef60a
Add custom context passing
2017-09-02 22:02:16 +02:00
Toan Nguyen
e8f09bd6be
fixed api resources tree
2017-09-02 21:45:09 +07:00
horike37
20ee0c3767
minor tweak
2017-09-02 22:47:23 +09:00
Rafal Wilinski
c9bb961fd0
Remove unnecessary code
2017-09-02 15:46:32 +02:00
Rafal Wilinski
faf696b77d
Add maven as dependency manager
2017-09-02 15:45:31 +02:00
horike37
f99a3e8d2b
update async call
2017-09-02 22:33:47 +09:00
Toan Nguyen
119c65e28e
capsule api gateway rest api id
2017-09-02 19:17:16 +07:00
Toan Nguyen
2cbde978fa
fixed method get RestApiId
2017-09-02 19:04:51 +07:00
Toan Nguyen
be96454fab
update share api gateway resource
2017-09-02 18:39:06 +07:00
horike37
994d1e6282
fix test
2017-09-02 11:37:13 +09:00
horike37
76a3a79abc
Revert "add document for commands aliases"
...
This reverts commit ab5dea7153304d130928ec2f8deed2e678cb681d.
2017-09-02 11:13:11 +09:00
horike37
d06880ede4
Revert "add commands aliases"
...
This reverts commit d67f94a999d194e29fb5154180074e93dd3a1a67.
2017-09-02 11:12:31 +09:00
horike37
c5d9ac9795
Merge branch 'master' into add-plugin-command
2017-09-02 10:45:11 +09:00
Alex DeBrie
ee958d891c
Add test for print
2017-09-01 20:35:33 +00:00
Rafal Wilinski
a0303817b8
Invoke local java functionality
2017-09-01 19:15:33 +02:00
Rafal Wilinski
41f51c5dbe
Merge branch 'master' of https://github.com/serverless/serverless
2017-09-01 16:57:08 +02:00
Eslam A. Hefnawy
ba2728fbd1
added use strict to print plugin
2017-09-01 21:45:45 +07:00
Eslam A. Hefnawy
d064bf8da3
Merge branch 'master' into SLSPrint
2017-09-01 20:56:28 +07:00
Frank Schmid
1303702388
Allow deploy command with function argument
...
* Added function option documentation
* Added unit test for lifecycle termination
* Extended before:deploy:deploy unit tests
* Added debug logging for command invokes/spawns and terminations.
* Deploy with a function parameter starts deploy:function and terminates the deploy lifecycle.
* Spawn allows to exit the current lifecycle and continue with the parent
2017-09-01 15:30:37 +02:00
Mariusz Nowak
ce1f619976
Merge branch 'master' into fix-tests
2017-09-01 12:13:04 +02:00
Philipp Muens
b529ff1e36
Merge pull request #4186 from dschep/fix-python-invoke-local-context-regressions
...
Fix Python invokeLocal regressions due to context changes
2017-09-01 11:17:17 +02:00
Philipp Muens
2e0f90939a
Merge pull request #4120 from tobyhede/4094-allow-onError-to-be-more-good
...
Allow use of Ref and Fn::ImportValue in OnError
2017-09-01 09:52:43 +02:00
Philipp Muens
4fc34a5517
Minor code changes
2017-09-01 09:35:49 +02:00
Rafal Wilinski
0753811a41
Fix getFileContent encoding
2017-08-31 23:11:28 +02:00
Daniel Schep
8265b4984d
Fix Python invokeLocal regressions due to context changes
...
The changes in 1.21 allowing custom context introduced bugs in the
Python invoke local implementation:
* If no custom context is set it would error out because the handler
would never be called
* AWS Lambda context objects in python aren't dictionaries, they're
Python objects
2017-08-31 14:44:05 -04:00
Alex DeBrie
abe818f5c3
Set options before populating config object
2017-08-31 13:15:15 +00:00
Mislav Cimperšak
9ed93109a1
making python templates pep8 compliant
2017-08-30 14:36:59 +02:00
Rafal Wilinski
520fbdc7a3
Update documentation
2017-08-29 16:59:25 +02:00
horike37
34d474fb96
add the check if the specific plugin already installed or not
2017-08-29 23:53:35 +09:00
Rafal Wilinski
9df7c836a8
Fix test by omiting undefined values
2017-08-29 16:48:19 +02:00
Rafal Wilinski
1ff5027cfd
Merge branch 'master' of https://github.com/serverless/serverless into 4042-update-lambda-cfg-on-deploy
2017-08-29 16:44:05 +02:00
Rafal Wilinski
a5ace701ac
Add --update-config tests
2017-08-29 16:42:23 +02:00
Rafal Wilinski
82c4e3af48
Add deploy function --update-config implementation
2017-08-29 15:48:15 +02:00
Alex DeBrie
6f256404c5
Fix lint issues
2017-08-29 13:01:04 +00:00
Alex DeBrie
d95e192cde
Add print command
2017-08-29 12:45:29 +00:00
horike37
398aff28f6
Fixed tests with updates to promise chains
2017-08-29 11:36:51 +09:00
horike37
488a778775
update to use promise chains in install and uninstall process
2017-08-29 09:28:56 +09:00
Philipp Muens
d7b07e0c42
Fix indentation for spotinst templates
2017-08-28 13:30:16 +02:00
Philipp Muens
57e7cea2a9
Merge pull request #4127 from guyklainer/master
...
Add support in Spotinst Functions
2017-08-28 13:26:11 +02:00
Philipp Muens
b268d1004c
Add tests for template creation
2017-08-28 13:14:36 +02:00
Philipp Muens
2c4ff05834
Merge branch 'master' into spotinst-functions
2017-08-28 13:09:51 +02:00
Philipp Muens
2f6f4f2ea5
Merge pull request #4153 from jthomas/master
...
PHP support with OpenWhisk provider plugin
2017-08-28 13:07:03 +02:00
horike37
17422e2f51
Add uninstallPeerDependencies function
2017-08-27 19:52:38 +09:00
horike37
79f19a6269
Merge branch 'master' into add-plugin-command
2017-08-26 21:49:57 +09:00
Philipp Muens
490f517d12
Fix failing AWS provider test
2017-08-26 12:41:25 +02:00
horike37
d5f2d02a0b
add installPeerDependencies function
2017-08-26 18:52:22 +09:00