1543 Commits

Author SHA1 Message Date
Marcos Pereira
fde55eac6a
Fix typo in guide/functions.md 2018-07-10 18:49:54 +01:00
Eslam λ Hefnawy
743efc9e75
Merge pull request #5043 from serverless/dashboard-integration
Integrate with Serverless Dashboard
2018-07-04 08:11:00 +03:00
Eslam A. Hefnawy
89a3b29b6e updated readme 2018-07-03 22:52:06 +03:00
Takahiro Horike
cbc5e3c4e1
Merge pull request #5074 from serverless/SQS
Add SQS event integration
2018-07-03 09:54:35 +09:00
Takahiro Horike
80d289ba75
Merge pull request #5071 from laardee/add-apig-resource-policy
Add apig resource policy
2018-07-03 09:18:38 +09:00
Takahiro Horike
2416c68bab
Merge pull request #5080 from ijin/private-endpoint
add PRIVATE endpointType
2018-07-03 09:07:18 +09:00
Alex DeBrie
30843fec6a Update docs on batchSize 2018-06-28 19:02:58 +00:00
James Thomas
5a644aef86 Minor OpenWhisk doc update - service binding
Add documentation about new service binding feature.
2018-06-28 13:49:48 +01:00
Michael H. Oshita
38fe02ef81 add PRIVATE endpointType 2018-06-27 19:07:53 +09:00
Kenji Sakurada
d4614909bc
This slash comment violates format
When I copy & pasted this code, sls returned an error.
2018-06-27 16:10:18 +09:00
Takahiro Horike
0e60b12a71
Merge pull request #5073 from fbidu/patch-1
Adding note about referencing environment variables in function docs
2018-06-26 04:33:55 +09:00
Alex DeBrie
fc8e96a5f4 Add docs for SQS event 2018-06-25 17:40:46 +00:00
Felipe Rodrigues
81720b5761
Adding note about referencing environment variables in function do 2018-06-25 14:21:04 -03:00
Jaime Iniesta
e44b38a1ee
update workflow.md
It looks like "Intro" was a placeholder for the intro? Not needed anymore.
2018-06-25 19:04:24 +02:00
Eetu Tuomala
183c94058d fix policy syntax, add documentation 2018-06-25 13:54:05 +03:00
Takahiro Horike
2eb915f8d9
Merge pull request #4951 from rts-cwalker/custom-stage-api-names
Added ability to create custom stack names and API names
2018-06-21 11:35:39 +09:00
Takahiro Horike
d5e1328dac
Merge pull request #5036 from ronkorving/print-options
Add print options to allow digging, transforming and formatting
2018-06-21 11:22:35 +09:00
Eslam A. Hefnawy
c6b71277b9 updated platform docs 2018-06-20 15:56:23 +03:00
Eslam A. Hefnawy
14fc721876 updated docs 2018-06-20 15:48:00 +03:00
Eslam A. Hefnawy
80b8ae2b13 added platform docs 2018-06-20 15:37:05 +03:00
Corey Walker
019db41f67
Added stackName and apiName to provider options list 2018-06-19 20:03:38 -04:00
Takahiro Horike
0fe49d9b45
Merge pull request #4927 from aofry/latest-logs-only
fixes #4438. aws logs defaults to 10 minute instead of all
2018-06-19 16:24:30 +09:00
Ron Korving
0fd4235aeb Add print options to allow digging, filtering and formatting 2018-06-18 15:14:02 +09:00
Takahiro Horike
2fe4542113
Merge pull request #5007 from jogold/inherit-provider-tags
Make function tags inherit provider tags
2018-06-18 03:56:46 +09:00
GuruRAM
77f33e789e Merge branch 'master' of https://github.com/serverless/serverless 2018-06-17 12:54:26 +03:00
Takahiro Horike
421d809646
Merge pull request #4999 from hgiasac/cognito-authorizerid-documentation
Update AWS API Gateway Share Authorizer Documentation
2018-06-13 01:57:30 +09:00
Takahiro Horike
2e75eea3dc
Merge pull request #4977 from paritoshmmmec/patch-1
Use serverless instead of sls command.
2018-06-13 01:33:38 +09:00
Takahiro Horike
0d6bd71b52
Merge branch 'master' into cognito-authorizerid-documentation 2018-06-13 01:29:43 +09:00
Takahiro Horike
803c39a02a
Merge pull request #5000 from Fliko/patch-1
Docs: Add a reference to ingress controllers
2018-06-13 01:27:31 +09:00
Takahiro Horike
d33e6e1078
Merge pull request #4978 from nicolasnoble/patch-1
Updating documentation typos...
2018-06-13 01:25:35 +09:00
Takahiro Horike
e648ece00e
Merge pull request #5012 from andersonjohnf/patch-1
Fix stack deny policy in serverless.yml.md
2018-06-13 01:21:07 +09:00
Takahiro Horike
8f07e5a29e
Merge pull request #5015 from jthomas/master
Update OpenWhisk documentation for installing provider plugin.
2018-06-13 01:03:51 +09:00
Pat Needham
4a5a8009bd
Update credentials.md
Link to AWS invoke local docs for convenience
2018-06-04 15:04:09 -04:00
James Thomas
8d31186be7 Update OpenWhisk documentation for installing provider plugin.
Also, updated IBM Cloud registration instructions
2018-06-01 15:15:28 +01:00
andersonjohnf
db05d9e616
Fix stack deny policy in serverless.yml.md
Without `Resource: "*"` in the deny policy it doesn't actually affect anything.  The Condition property is applied only if the Resource property is first matched.
2018-05-31 11:19:23 -04:00
Jonathan Goldwasser
16fb567ea1 Update docs for function tags 2018-05-28 18:05:21 +02:00
Fliko
446af03952
Add a reference to ingress controllers
It would remove some frustration for the documentation skimmers out there if this last step was added, even if some may think it's a little spoon feedy.
2018-05-24 11:19:43 -05:00
Toan Nguyen
3cd078e2de fix typo 2018-05-24 00:59:55 +07:00
Toan Nguyen
f1e96dc997 update API Gateway shared authorizer documentation 2018-05-24 00:54:58 +07:00
vincen7su
28013d4977
Fix documentation section anchor
Section anchor of HTTP Endpoints with AWS_IAM Authorizers doesn't match.
2018-05-19 14:03:51 +08:00
aofry
e2ca5735cd add docs about getting aws logs without giving startTime 2018-05-17 16:19:18 +03:00
Nicolas Noble
1eee54c5d8
Updating documentation typos...
The doc mentions Python and creates a python template, while then using nodejs commands (npm install, etc...)
2018-05-12 23:15:07 -07:00
paritosh baghel
abbd68a1d5
Use serverless instead of sls command.
I got following error while invoking sls create command

Select-String : A positional parameter cannot be found that accepts argument 'aws-csharp'.
2018-05-12 12:15:38 -04:00
Frank Schmid
a4596a8d08
Merge pull request #4969 from ahmadawais/patch-1
👌 IMPROVE: Unique Name For Apps
2018-05-12 13:17:55 +02:00
Frank Schmid
c095eb8152
Merge pull request #4902 from ldgarcia/patch-1
Add note about RoleName property in custom role
2018-05-10 14:30:51 +02:00
Frank Schmid
5ad228a0d3
Merge pull request #4890 from kobim/fix/deploy_validation
AWS Environment variables should contain only strings
2018-05-10 13:59:42 +02:00
Ahmad Awais ⚡️
4bded36e45
👌 IMPROVE: Unique Name For Apps
Make sure users know to use a globally unique name to not run into issues like #4968

FIX #4968
2018-05-10 00:31:56 +05:00
Rohit Shetty
1237bbbf5b
fixed type in apigateway docs 2018-05-07 04:21:58 +05:30
Rohit
03a13619e7 Added examples and details for shared api gateway 2018-05-07 04:11:58 +05:30
David Wells
e10a9d5dee
Update getting-started.md 2018-05-04 15:54:44 -07:00