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
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
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
David Wells
4544a699f9
Update README.md
2018-05-02 20:40:34 -07:00
David Wells
85a286ff25
Update README.md
2018-05-02 20:39:37 -07:00
David Wells
23b81f26fa
Update README.md
2018-05-02 20:37:49 -07:00
David Wells
86ab954190
Merge pull request #4934 from hibooboo2/fn_docs
...
Add docs for fn
2018-05-01 22:42:36 -07:00
James
c1e1cc79b3
Update deploying
2018-05-01 09:42:18 -07:00
James Thomas
91b18f1738
Update API Gateway with new features.
...
- URL path parameters
- Web action security details.
2018-05-01 17:17:45 +01:00
James
69a8a98df8
Merge branch 'fn_docs' of github.com:hibooboo2/serverless into fn_docs
2018-05-01 08:27:15 -07:00
James
f32d56c61d
Update http docs
2018-05-01 08:27:03 -07:00
David Wells
3549827e50
Update getting-started.md
2018-04-30 10:01:11 -07:00
David Wells
10ad62229e
Update getting-started.md
2018-04-30 10:00:34 -07:00
David Wells
22d6112840
Update README.md
2018-04-30 09:59:58 -07:00
James
da85857dd9
Update quick start
2018-04-26 16:57:21 -07:00
James
ce61bb121b
Update intro
2018-04-26 16:56:48 -07:00
James
4365337daf
Update debugging.md
2018-04-26 15:50:27 -07:00
James
50b8614f5b
Update lists with fn provider
2018-04-26 11:37:31 -07:00
James
752229907a
Remove no deploy from doc
2018-04-26 11:32:02 -07:00
James
486bed5fb7
Add docs for fn
2018-04-25 16:21:32 -07:00
Luis Diego García
404bfc5763
Add note about RoleName property in custom role
...
Currently, updating function code with `sls deploy --function` fails with `The role defined for the function cannot be assumed by Lambda.` if using a custom role with an autogenerated `RoleName`. So I think it would be good to add a notice about that to the docs.
2018-04-11 16:51:52 -06:00
Kobi Meirson
eca515a8ec
Documentation should state only strings are accepted.
2018-04-07 16:25:57 +03:00
Takahiro Horike
5cfb13ee25
Merge pull request #4886 from alexindeed/master
...
updated staging docs and templates
2018-04-07 18:22:07 +09:00
Alex
8caedb9646
updated staging docs and templates
2018-04-06 10:57:50 -07:00
Takahiro Horike
2789a5a071
Merge pull request #4874 from serverless/add-utm-to-forum-link
...
Add utm source to forum link.
2018-04-06 08:06:07 +09:00
Doug Moscrop
8bde1b4902
Support arrays in function definition too
2018-04-04 20:03:56 -04:00
Rupak Ganguly
1581f61472
Add utm source to forum link.
2018-04-04 15:17:42 -04:00
Takahiro Horike
a9e6a79d01
Merge pull request #4743 from svdgraaf/feature/pass-serverless-variable
...
Pass serverless variable when calling function in referenced file
2018-04-03 05:04:08 +09:00
Takahiro Horike
44fd29d820
Merge pull request #4851 from adriatic/patch-1
...
Update quick-start.md
2018-04-03 04:43:32 +09:00
Takahiro Horike
43cdf6cb7f
Update quick-start.md
2018-04-03 04:31:26 +09:00