David Wells
fb057d12c8
Merge pull request #3274 from christopheranderson/azure-functions-docs
...
Azure functions docs
2017-02-22 13:41:18 -08: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
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
Ben Berman
c801b602e6
Add missing apostrophe
2017-02-19 18:22:35 -05:00
Nick den Engelsman
07f8d7d4ac
Updated AWS Resources guide
2017-02-19 21:12:22 +01:00
davidwells
c6b6c9805b
add video for credentials setup
2017-02-16 12:49:23 -08:00
Eslam λ Hefnawy
724e225864
Merge pull request #3102 from horike37/add-cloudwatch-to-event-source
...
Add CloudWatch event source
2017-02-14 19:49:14 +07:00
Erik Erikson
93c7afb3f5
Resolve PR Comments
...
1. Improve wording of documentation. Note the concrete object that will be written in its entirety
2. Expand documentation. Note a potential security risk for secrets
3. Move, without changes, the `warnIfNotFound` method because it was putting space between `getValueFromSource` and the various source type specific functions it uses
4. Implement unit tests for `warnIfNotFound`
5. Implement unit tests for `logWarning`
2017-02-10 18:31:02 -08:00
James Andersen
7c47406465
Fix serverless invoke command example
2017-02-10 14:13:55 -07:00
Philipp Muens
ca224ef35b
Merge pull request #3222 from stevector/patch-1
...
Spelling fix
2017-02-10 09:16:08 +01:00
Chris Selmer
2282e8d066
Update sns.md
...
Fix minor typo.
2017-02-09 16:20:19 -08:00
Steve Persch
3b65f222ed
Spelling fix
2017-02-09 16:36:50 -06:00
Erik Erikson
7376fc0dff
Merge branch 'master' into allow-self-reference
...
# Conflicts:
# lib/classes/Error.js
2017-02-08 15:51:57 -08:00
Erik Erikson
b936492af1
Allow for Top Level References & Commit Comments
...
1. Newly allow `${opt:}` and `${env:}` as a valid reference to the root of the option and environment settings hive, respectively
2. Write a test ensuring the above
3. Document the new capability
4. Eliminate a silly through-${self:} use example
5. Allow for the use of populateProperty in a not-in-place manner
6. Allow for the valid (albeit odd) valueToPopulate[''] case
2017-02-08 14:05:36 -08:00
Francesc Rosas
ab5820333d
Fix indentation
2017-02-08 15:40:15 +00:00
Philipp Muens
78092ca194
Merge pull request #3203 from joeyvandijk/patch-1
...
Provide example how to switch between AWS profiles
2017-02-08 08:24:07 +01:00
dan moore
a3b715935b
Minor docs readability improvement
...
DIdn't make sense - the endpoint is not an event, a request to the endpoint is.
2017-02-08 06:27:47 +00:00
Erik Erikson
230f37f4a4
Allow for Self-Reference
...
1. Newly allow '${self:}' as a valid reference to the current serverless.yml's root
a. This allows for a more clean manner of passing names and identifiers around between projects. Particularly, this facilitates exporting values from projects so they can be used in other projects via Fn::ImportValue.
2. Write a test ensuring the above
3. Document the new capability
Example usage: https://github.com/Nordstrom/hello-retail/pull/26/files
2017-02-07 19:19:30 -08:00
Joey van Dijk
24f7031342
Update credentials.md
2017-02-07 22:09:39 +01:00
Joey van Dijk
5c061a8af7
Provide example how to switch between AWS profiles
...
Due to a gitter question and my personal experience, I missed the option to use an existing development stack and implement `serverless` into it by providing an example how to switch AWS profiles. This is useful when developing multiple projects / microservices.
2017-02-07 21:59:09 +01:00
James Thomas
7b366a54b2
Update HTTP Event for extended options
2017-02-07 17:52:35 +00:00
Philipp Muens
2cd1dfff0b
Minor adjustments
2017-02-06 14:09:52 +01:00
Philipp Muens
28e0e331e5
Minor typo fixes
2017-02-06 09:49:50 +01:00
Bruno Belotti
caf3a46819
permissions details
...
Add a paragraph to (hopefully) clarity the mechanism behind AWS roles and permissions, while we come up with a better implementation (see issue #2903 )
2017-02-05 15:30:30 +00:00
horike37
fd7e167807
Dropped name and description statements
2017-02-04 09:46:06 +09:00
horike37
3ada150d53
Merge branch 'add-cloudwatch-to-event-source' of github.com:horike37/serverless into add-cloudwatch-to-event-source
2017-02-04 09:03:01 +09:00
horike37
8bb29727d1
Merge branch 'master' into add-cloudwatch-to-event-source
2017-02-04 09:02:24 +09:00
Philipp Muens
66588856cb
Update event naming
...
So that it won't clash when other CloudWatch events are implemented.
2017-02-03 14:55:38 +01:00
Philipp Muens
fa185d59c2
Merge pull request #3131 from jthomas/openwhisk-docs
...
Openwhisk provider documentation
2017-01-30 12:16:05 +01:00
Philipp Muens
0c16dadd3c
Update info docs
2017-01-27 13:27:50 +01:00