7343 Commits

Author SHA1 Message Date
Philipp Muens
4ba40a36ad Merge pull request #3300 from johngossman/patch-1
Final command doesn't work
2017-02-27 08:12:11 +01:00
James Manners
2bef69c6ac Corrected Access-Control-Allow-Methods for ANY HTTP events
The Access-Control-Allow-Methods OPTIONS response header for ANY http
verb requests now correctly includes all HTTP verbs.
2017-02-27 15:31:55 +11:00
John Gossman
5952d40c30 Final command doesn't work
Needs to either be --function or -f, not function -f
2017-02-25 14:25:23 -08:00
David Wells
c13b81a9f2 Merge pull request #3299 from serverless/updateHeadlines
update doc headers for doc search
2017-02-24 16:15:51 -08:00
davidwells
f9d2bbbcf2 update headers for doc search 2017-02-24 15:51:21 -08:00
Nicholas Rakoto
bc9917cffe Add test for plugins loading relatively to the working directory 2017-02-25 00:19:44 +01:00
Nicholas Rakoto
00bd68cef2 Fix node_modules (serverless plugins) lookup
This reset the `module.paths` relatively to the current working directory
`process.cwd()`. So the array of paths used to resolve packages is relative
to where the `serverless` CLI is run.
2017-02-25 00:19:44 +01:00
Philipp Muens
43a721efcb Fix monitorStack freezing bug 2017-02-24 14:11:59 +01:00
Philipp Muens
3d3821c385 Merge pull request #3294 from gertjvr/patch-1
Fixed documentation.
2017-02-24 07:58:17 +01:00
Gert Jansen van Rensburg
10191968a7 Fixed up incorrect documentation. 2017-02-24 09:50:43 +10:00
Eslam λ Hefnawy
74ceec541b Merge pull request #3186 from dannycohn/Issue2997
fix #2997
2017-02-23 20:38:53 +07:00
Nick den Engelsman
5a55233d96 Make sure we always create the log group resources 2017-02-23 13:14:55 +01:00
Philipp Muens
63b33479c4 Merge pull request #3292 from serverless/fix-quickstart-instructions
Fix quickstart instructions
2017-02-23 09:57:19 +01:00
Philipp Muens
d9d2714de6 Fix quickstart instructions 2017-02-23 09:45:09 +01:00
Philipp Muens
bf5c5bcfaa Merge pull request #3289 from brunobelotti/patch-3
Profile in place with the invoke local
2017-02-23 09:01:38 +01:00
David Wells
ef5660c182 Merge pull request #3291 from serverless/updateDocMenus
update docs
2017-02-22 18:42:31 -08:00
davidwells
d70416029d update docs for docs nav 2017-02-22 18:25:06 -08:00
Bruno Belotti
d0f6b1d320 Profile in place with the invoke local
Add a section with a warning about the AWS profile/IAM role `invoke local` (to alleviate issue #2903)
2017-02-22 23:12:35 +00:00
David Wells
fb057d12c8 Merge pull request #3274 from christopheranderson/azure-functions-docs
Azure functions docs
2017-02-22 13:41:18 -08:00
Philipp Muens
b4b2481c5a Merge pull request #3286 from serverless/update-open-whisk-naming
Update OpenWhisk naming
2017-02-22 18:01:04 +01:00
Philipp Muens
64327562ec Update OpenWhisk naming 2017-02-22 17:28:36 +01:00
Philipp Muens
b7d020c7ac Merge pull request #3284 from serverless/add-azure-docs-overview-page
Add Azure docs overview page
2017-02-22 17:21:51 +01:00
Philipp Muens
8a29cbaa0d Add Azure docs overview page 2017-02-22 17:08:52 +01:00
Christopher Anderson
9fd33ac3af remove local option 2017-02-22 00:04:12 -08:00
Christopher Anderson
8d2aadb4e6 remove unsupported options 2017-02-22 00:03:01 -08:00
Christopher Anderson
3bde18cf7b fixing http format 2017-02-21 23:37:33 -08:00
Christopher Anderson
41d19135ca removing any references to stage 2017-02-21 23:37:25 -08:00
Christopher Anderson
9263b1cb74 Remove log option to invoke 2017-02-21 23:27:59 -08:00
Christopher Anderson
33f1338bb3 Don't support resources deployment
Use ARM template instead
2017-02-21 23:27:10 -08:00
Christopher Anderson
f0dc193452 removing unsupported feature 2017-02-21 23:25:18 -08:00
Christopher Anderson
e2d5d76fac Node.js version note update 2017-02-21 23:24:31 -08:00
Christopher Anderson
d85c194a56 Add handler.js comment 2017-02-21 23:23:14 -08:00
Christopher Anderson
43884b16ea Add role creation step 2017-02-21 23:19:48 -08:00
Christopher Anderson
fbc5f7f2d5 Added mention of App Setting 2017-02-21 23:14:35 -08:00
Christopher Anderson
cd8dd21a42 Update title 2017-02-21 23:13:28 -08:00
Christopher Anderson
30692ec7c0 Removed unimplemented features 2017-02-21 23:12:28 -08:00
Christopher Anderson
33ab9e234f Point at new boilerplate example 2017-02-21 23:09:33 -08:00
Christopher Anderson
73d7beb9c0 Fix title and remove unsupported events 2017-02-21 23:08:15 -08:00
Christopher Anderson
c7188c5c09 Updated package to point to npm package 2017-02-21 22:49:20 -08:00
Nick den Engelsman
574a4a78a7 Rebase on top of master 2017-02-20 21:08:45 +01:00
Nick den Engelsman
e879b2a6bc Improved tests for lib/plugins/aws/deploy/compile/functions/index.test.js
Improved tests for lib/plugins/aws/deploy/compile/functions/index.test.js

wip
2017-02-20 21:08:32 +01:00
Christopher Anderson
1a03dbbd8d Fix environment variable docs 2017-02-20 02:10:41 -08:00
Christopher Anderson
81ff6c80ea Fix eslint issues 2017-02-20 02:10:20 -08:00
Christopher Anderson
d053d8e58e Add quickstart 2017-02-20 01:22:16 -08:00
Christopher Anderson
406b2b592d Remove todos 2017-02-20 01:21:56 -08:00
Christopher Anderson
b3659a45d2 Adding initial Azure Docs 🎉 2017-02-20 01:03:41 -08:00
Philipp Muens
08dc8864b7 Merge pull request #3266 from zerkella/improve-breaking-changes-testing
Improved tests for `logBreakingChange()` function (see #3265):
2017-02-20 09:13:10 +01:00
Philipp Muens
b10bdec32b Merge pull request #3272 from rivertam/patch-1
Add missing apostrophe
2017-02-20 07:51:13 +01:00
Ben Berman
c801b602e6 Add missing apostrophe 2017-02-19 18:22:35 -05:00
Nick den Engelsman
dae2a5d359 Add missing policy name 2017-02-19 21:14:58 +01:00