3718 Commits

Author SHA1 Message Date
Patrick Brandt
2db9034ef5 updating docs per PR #1850 2016-08-15 09:49:12 -04:00
Patrick Brandt
052b8c3c19 include stage reference in body mapping template
I've included a stage reference in the body template so that I can determine the run-time environment of the lambda function. This provide a quick work around until issue #1455 is resolved
2016-08-14 15:33:53 -04:00
Florian Motlik
a7235446ad Merge pull request #1820 from patoncrispy/feature/enable-cors
Add CORS support to APIGW
2016-08-14 00:16:05 +02:00
Christopher G. Paton
b66b0612f6 Merge branch 'master'
Conflicts:
	lib/plugins/aws/deploy/compile/events/apiGateway/lib/methods.js
	lib/plugins/aws/deploy/compile/events/apiGateway/tests/methods.js
2016-08-13 21:47:35 +01:00
Christopher G. Paton
a5848b8b69 Merged branch master into master 2016-08-13 20:51:39 +01:00
Florian Motlik
c7236fb052 Merge pull request #1836 from serverless/update-custom-provider-resource-merging
Update custom provider resource merging
2016-08-13 20:44:10 +02:00
Christopher G. Paton
df39541452 Merged branch master into master 2016-08-13 13:31:42 +01:00
Christopher G. Paton
89d600231b Merged master into serverless/master 2016-08-13 13:29:38 +01:00
Christopher G. Paton
ca31983419 Merged branch master into master 2016-08-13 13:20:10 +01:00
Philipp Muens
40fc7b7057 Merge pull request #1840 from fny/patch-1
Fix typo the -> then
2016-08-13 14:06:21 +02:00
Christopher G. Paton
6360131661 Merged branch master into master 2016-08-13 12:56:23 +01:00
Philipp Muens
0e3ca57ff3 DRY out loading of core CloudFormation template 2016-08-13 08:22:58 +02:00
Philipp Muens
28011f45c9 Rename description of core CloudFormation template 2016-08-13 08:20:01 +02:00
Faraz Yashar
a159cbded9 Fix typo the -> then 2016-08-12 20:47:20 -04:00
Philipp Muens
30b3d6eb68 Update documentation to reflect recent changes 2016-08-12 17:58:41 +02:00
Philipp Muens
0944e6dde6 Refactor resource merging
So that the custom provider resources are not stored in a temp variable.
Furthermore the whole CloudFormation content is available in this.serverless.service.resources.
2016-08-12 17:42:18 +02:00
Philipp Muens
2468ed295a Fix linting error 2016-08-12 16:01:19 +02:00
Philipp Muens
93086a192f Update custom provider resource merging 2016-08-12 15:52:21 +02:00
Eslam λ Hefnawy
4ebf864308 Merge pull request #1824 from serverless/rename-lifecycle-events-of-deploy-plugin
Rename lifecycle events of deploy plugin
2016-08-12 18:07:50 +09:00
Philipp Muens
1d61f7403d Merge pull request #1831 from serverless/minor-doc-fixes
Minor doc fixes
2016-08-12 07:22:35 +02:00
Philipp Muens
5d0dbdddb0 Minor doc fixes 2016-08-12 07:00:15 +02:00
Christopher G. Paton
6b50036841 Fixed typo in readme. :)
Tidied up CORS configuration. Updated readme and tests.
2016-08-11 18:44:39 +01:00
Philipp Muens
ffceabc7c5 Rename lifecycle events of deploy plugin 2016-08-11 16:23:17 +02:00
Florian Motlik
2a97b5bdfd Merge pull request #1794 from nicka/feature/refactor-aws-cloudformation-endpoint-outputs
Refactor for the CLI endpoints outputs
2016-08-11 16:12:25 +02:00
Florian Motlik
b189f75507 Merge pull request #1813 from serverless/creds-error
Added friendly error for missing AWS credentials
2016-08-11 13:20:22 +02:00
Eslam λ Hefnawy
53de33483e Merge pull request #1821 from serverless/service-shortcut-bug-fix
fixed a bug in service class to load shortcut options
2016-08-11 19:23:29 +09:00
Eslam A. Hefnawy
38b1e177fd fixed aws missing creds error message 2016-08-11 19:07:01 +09:00
Eslam A. Hefnawy
93a86fbfdb added friendly error for missing aws creds 2016-08-11 19:03:05 +09:00
Eslam A. Hefnawy
5023649b99 reverted space 2016-08-11 18:32:14 +09:00
Eslam A. Hefnawy
4c1bdf0662 removed extra spaces 2016-08-11 18:27:07 +09:00
Eslam A. Hefnawy
f05b4e7d55 fixed a bug in service class to load shortcut options 2016-08-11 18:25:11 +09:00
Philipp Muens
d125d3a23d Merge pull request #1812 from serverless/increase-test-coverage-for-serverless-class
Increase test coverage for Serverless class
2016-08-11 08:27:13 +02:00
Christopher G. Paton
590ff32bcc Added check before setting origins and updated readme
Updated readme


Fixed RequestTemplates issue.


Added statusCode response to Options Request template.

Added X-Amz-Security-Token header and updated tests, too.
Manual test works. Updated unit tests, too.


Added documentation and some validation.


Updated tests to check each header. All passing.


Added preflight config. Need to write tests.


Adds origin header to method. Tests pass. Need preflight added, too.



Setup basic cors assignement. Experimenting with configuration setup.
2016-08-10 20:12:07 +01:00
Florian Motlik
a7fcead726 Merge pull request #1817 from serverless/bump-beta-1.1
Bump version to beta.1.1
beta1.1
2016-08-10 18:29:29 +02:00
Florian Motlik
a714545197 Installing shrinkwrap 2016-08-10 17:22:34 +02:00
Florian Motlik
b6c6d1d019 Bump version to beta.1.1 2016-08-10 16:47:04 +02:00
Philipp Muens
440276dd74 Fix wrong wording of tracking test 2016-08-10 13:53:23 +02:00
Philipp Muens
841d1f4d32 Refactor run() test which forwards command to PluginManager 2016-08-10 13:25:01 +02:00
Philipp Muens
2fe1d3eddf Increase test coverage for Serverless class 2016-08-10 11:59:13 +02:00
Philipp Muens
41037485c2 Merge pull request #1809 from serverless/refactor-yaml-convention-for-sns-event-definitions
Refactor YAML convention for SNS event definitions
2016-08-10 09:21:52 +02:00
Philipp Muens
7b79b767a4 Refactor YAML convention for SNS event definitions 2016-08-10 09:13:23 +02:00
Philipp Muens
537a6e0ce9 Merge pull request #1770 from serverless/topic-arn
Added topic_arn config to SNS events
2016-08-10 06:38:48 +02:00
Eslam A. Hefnawy
3d488d5e94 docs enhancements 2016-08-09 17:30:34 +09:00
Nick den Engelsman
6f21163fa3 refactor cli and cloudformation endpoint outputs 2016-08-09 10:08:47 +02:00
Philipp Muens
26ff0ccf82 Merge pull request #1800 from mthenw/fix-docs
fix table of contents and formatting
2016-08-09 09:56:19 +02:00
Maciej Winnicki
b9ed0c353f fix table of contents and formatting 2016-08-09 09:47:19 +02:00
Eslam A. Hefnawy
f1a66400e2 enhanced docs for sns topic arn 2016-08-09 16:16:52 +09:00
Philipp Muens
1d0aa69a82 Merge pull request #1757 from serverless/debug-docs
Added docs for debug mode
2016-08-08 14:08:01 +02:00
Philipp Muens
41ca875ebd Merge pull request #1793 from kengos/master
fix populate boolean and 0 variables
2016-08-08 14:07:17 +02:00
kengos
c3041049f2 fix eslint 2016-08-08 18:38:03 +09:00