8568 Commits

Author SHA1 Message Date
sciamp
609ccdf898 Update coveralls to fix vulnerabilities 2018-06-11 14:23:07 +02:00
sciamp
83b0ddaeae Update jest-cli to fix vulnerabilities 2018-06-11 14:22:05 +02:00
sciamp
e80c576e49 Run npm install 2018-06-11 14:20:20 +02:00
Austen
543bed3cbd
Merge pull request #4985 from s0enke/patch-1
Add superluminar as consultancy
2018-06-05 15:08:27 -07:00
Takahiro Horike
19afb9baee
Merge pull request #5009 from gmcquistin/patch-1
Fix typo in awsProvider.js
2018-05-30 09:40:20 +09:00
Gavin McQuistin
9bd47e1e3b
Update awsProvider.js 2018-05-30 00:55:38 +01:00
Frank Schmid
cc55147ee2
Merge pull request #4989 from erikerikson/fix-4973-handle-complex-deep-contexts
Improve syntax extraction (fix #4973)
2018-05-28 11:57:35 +02:00
Takahiro Horike
6ae5e2d810
Merge pull request #4991 from vincen7su/patch-1
Fix documentation section anchor
2018-05-24 11:03:07 +09:00
Frank Schmid
ff18b2597a
Merge pull request #4197 from hgiasac/cognito-authorizerid
Support Custom Authorizer Type (COGNITO_USER_POOLS) with authorizeId
2018-05-23 13:27:58 +02:00
Toan Nguyen
eac5ab5f04
update test coverage, fixed typo
update test coverage

update test coverage

add api gateway authorizer with authorizeId
2018-05-23 13:17:31 +02:00
Frank Schmid
0001b7e5fe
Merge pull request #4986 from serverless/4957-handle-429-errors
Retry unconditionally when receiving 429
2018-05-22 13:51:54 +02:00
Frank Schmid
c713f439e5
Add retry unit tests, check credential errors for one retry. 2018-05-22 12:35:50 +02:00
Frank Schmid
1d21373d9c
Do not retry credential errors 2018-05-21 14:01:35 +02: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
Erik Erikson
534dda6285 Fix #4973
Do a better job of extracting the current variable syntax for use in deep variable generation.
2018-05-18 00:04:37 -07:00
Frank Schmid
1ca9dde95d
Fixed ESLint 2018-05-17 22:07:21 +02:00
Frank Schmid
24e7ceb558
Limit request retries on errors 2018-05-17 22:05:13 +02:00
Frank Schmid
6b2eb9f126
Add unit test for 429 and retryable = false 2018-05-17 15:22:37 +02:00
Frank Schmid
898911eeba
Retry with 429 error unconditionally 2018-05-17 11:29:48 +02:00
Soenke Ruempler
5f017cede9
Add superluminar as consultancy 2018-05-16 22:50:34 +02:00
Frank Schmid
c34dc2d04e
Merge pull request #4966 from joshuarose/feature-upgrade-deep-extend
Upgrades dependency https-proxy-agent from 1.0.0 to 2.2.1
2018-05-12 13:22:37 +02: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
a6f1b86318
Merge pull request #4895 from mvayngrib/fixbinaryapigw
fix: binary support for pre-flight requests (OPTIONS method)
2018-05-12 13:16:21 +02:00
Frank Schmid
2bd3f1f0ef
Merge pull request #4913 from mlecoq/updateTypescriptTemplate
upgrade typescript, types, node and webpack for typescript template
2018-05-12 13:10:01 +02:00
Mickael Lecoq
089279478b fix tsconfig 2018-05-11 11:29:44 +02:00
Joshua Rose
8d9cda2fc7 Removed call to secureEndpoint in https-proxy-agent 2018-05-10 09:13:29 -04:00
Mickael Lecoq
07cde95ded node 8 - compile to es6 2018-05-10 14:42: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
Joshua Rose
f493885714 Upgrades dependency https-proxy-agent from 1.0.0 to 2.2.1 2018-05-08 19:15:49 -04:00
Takahiro Horike
e230566fcc
Merge pull request #4961 from rohitshetty/update-shared-apigateway-docs
Update shared apigateway docs
2018-05-08 17:40:36 +09: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
Takahiro Horike
715d45439e
Merge pull request #4956 from serverless/revived-getaccountid
Revived getAccountId method
2018-05-05 21:35:24 +09:00
horike37
04a8d17041 revived getAccountId 2018-05-05 17:23:37 +09:00
Takahiro Horike
79474b1dc0
Merge pull request #4954 from serverless/docs-update-fn
Update getting-started.md for fn
2018-05-05 10:04:48 +09:00
David Wells
e10a9d5dee
Update getting-started.md 2018-05-04 15:54:44 -07:00
Frank Schmid
a2ae70b973
Merge pull request #4947 from erikerikson/fix-4946-variableSyntax-deep-bug
Fix customVariable syntax use results in failed variable population bug
2018-05-03 19:12:55 +02:00
Takahiro Horike
67d7492cd5
Merge pull request #4949 from serverless/fn-docs-patch
Update FN docs
2018-05-03 14:21:49 +09: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
Erik Erikson
63045fd206 Fix #4946
Use the variable syntax present in the given variable string, extracting it from the given string that may contain embedded custom variables (i.e. `${{self:var.${{self:var.foo}}.bar}}`).
2018-05-02 11:52:24 -07:00
Philipp Muens
524d04a764
Merge pull request #4945 from serverless/releasing-v-1-27-0
Releasing v1.27.0
v1.27.0
2018-05-02 14:07:21 +02:00
Philipp Muens
ee0c842071 Releasing v1.27.0 2018-05-02 13:49:34 +02:00
David Wells
86ab954190
Merge pull request #4934 from hibooboo2/fn_docs
Add docs for fn
2018-05-01 22:42:36 -07:00
horike37
6606994c9e add test for the templates 2018-05-02 09:53:53 +09:00
Takahiro Horike
1efa65976b
Merge pull request #4943 from jthomas/master
OpenWhisk Docs: Update API Gateway with new features.
2018-05-02 09:32:24 +09:00
davidwells
0c90836bd9 update yaml and add note about where code is referenced 2018-05-01 17:00:52 -07:00