8199 Commits

Author SHA1 Message Date
jeffnoehren
4c15a5b2c7 Merge branch 'master' of github.com:jeffnoehren/serverless 2017-12-06 14:24:56 -08:00
Jeffrey Noehren
b81303956f
Merge pull request #8 from serverless/master
updating branch
2017-12-06 14:24:48 -08:00
jeffnoehren
517c543003 updating docs 2017-12-06 14:24:03 -08:00
Rafal Wilinski
1acf67d6a2
Merge pull request #4532 from liamgray/patch-2
Mention log limit in the documentation
2017-12-06 22:23:34 +01:00
liamgray
33d62a8a92
Mention log limit in the documentation
I initially thought this command would return *all* the logs within the date range. I can see why it doesn't do that, but I think mentioning the limit in the docs makes sense.

The number comes from [the AWS docs](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CloudWatchLogs.html#filterLogEvents-property)  about the function that's used for this command.
2017-12-06 13:10:35 -08:00
Alex DeBrie
e297a32860 Add docs on endpointType configuration 2017-12-06 18:39:48 +00:00
Alex DeBrie
9889081914 Add endpointType configuration 2017-12-06 18:28:12 +00:00
Frank Schmid
2e09606f13
Merge remote-tracking branch 'remotes/upstream/master' into circular-vars 2017-12-06 13:20:51 +01:00
Frank Schmid
8ff661835e
Merge branch 'master' into populate-default-objects 2017-12-06 12:34:50 +01:00
Frank Schmid
c53b0b2807
Merge pull request #4518 from serverless/cache-AWS-requests
Added request cache and queue to AWS provider and use it from variable resolution
2017-12-06 12:29:44 +01:00
Frank Schmid
bf7bbe0ad6
Merge pull request #4529 from erikerikson/circular-vars-test
Add significant variable usage corner cases
2017-12-06 11:05:25 +01:00
Erik Erikson
dea94bc310 Add significant variable usage corner cases 2017-12-05 14:31:00 -08:00
Takahiro Horike
abad61876e
Merge pull request #4525 from serverless/add-tip-resource-names
Added hint to docs on how to determine generated resource names easily
2017-12-05 21:02:57 +09:00
Frank Schmid
8cd604cd41
Wrap cached value into promise (addresses issue mentioned in #4509) 2017-12-05 12:39:48 +01:00
Frank Schmid
5526802a1b
Added request cache and queue to AWS provider
Make sure that requests are throttled. Use a queue for the requests.

Added new expected parameter to request() call in variables test

Added request cache tests
Check that request is indeed called 1000 times

Cache promises, not values

Use request cache for AWS variable requests

Use fromCallback instead of "new Promise" anti-pattern.

Added request cache to AWS provider
2017-12-05 12:39:39 +01:00
Frank Schmid
781c072ce8
Added hint to determine generated resource names easily 2017-12-05 10:57:35 +01:00
Frank Schmid
37340467ed
Populate objects if default syntax targets an object 2017-12-04 18:08:39 +01:00
Takahiro Horike
b7b31535f6
Merge pull request #4429 from chernando/master
Basic logging for python invoke local
2017-12-04 08:39:29 +09:00
Takahiro Horike
84aaf02a37
Merge pull request #4480 from vladgolubev/feature/more-lodash
Refactor generate-readme script to dedup common code
2017-12-04 08:12:48 +09:00
Takahiro Horike
e969928f3d
Merge pull request #4515 from shadowsyntax/patch-1
Updated getting-started.md
2017-12-04 07:12:36 +09:00
Frank Schmid
bc1571d4a2
Merge pull request #4499 from e-e-e/master
Add cache to Variables class.
2017-12-03 13:34:31 +01:00
Sherif O
dab36c594a
Updated getting-started.md
Made changes to show how to update an older version of serverless to a new stable version.
2017-12-03 13:28:04 +01:00
Frank Schmid
48638355a2
Merge pull request #4510 from serverless/fix-version-logical-id
Fix lambda version generation when only function config changes
2017-12-03 12:33:32 +01:00
e-e-e
f90c6d2782 return resolver promise; fix lint 2017-12-03 21:25:22 +11:00
Rafal Wilinski
8a02d2a4a3
Merge pull request #4118 from geofflancaster/master
Updated awsProvider to allow manual specification of certificate auth…
2017-12-03 09:00:47 +01:00
Takahiro Horike
41baf4cbaf
Merge pull request #4433 from jswift/template/aws-kotlin-jvm-gradle
Template/aws kotlin jvm gradle
2017-12-02 19:20:12 +09:00
horike37
0e0c262692 update create.md 2017-12-02 19:11:51 +09:00
e-e-e
57d898d39e replace promise in cache with cached result once resolved. 2017-12-02 12:03:33 +11:00
Frank Schmid
b1d4925508
Use chunked read 2017-12-01 13:16:58 +01:00
Frank Schmid
57f0561547
Added unit test for configuration change 2017-12-01 12:58:46 +01:00
Frank Schmid
54e10cebbb
Use asynchronous file read and create version hash including config 2017-12-01 11:49:00 +01:00
Benjamin Forster
fae0ccb1d7 update variable name in test to be more descriptive 2017-12-01 10:40:23 +11:00
Benjamin Forster
6e6fea3fa2 update ssm cache to generic variable cache. 2017-12-01 10:33:30 +11:00
Rafal Wilinski
192f80ccf4
Merge pull request #4468 from ozbillwang/Pseudo-Parameters
Add usage about Pseudo-Parameters
2017-11-30 13:03:03 +01:00
Rafal Wilinski
b0c4a0f534
Merge pull request #4505 from girichards/aws-scala-sbt-template-updates
removed redundant keywords from Handler when constructing and returni…
2017-11-30 13:00:22 +01:00
Takahiro Horike
42e8e50ec5
Merge pull request #4503 from jeffnoehren/master
Spotinst - updating Document Store Docs
2017-11-30 09:57:43 +09:00
Jeffrey Noehren
e6d0877285
Merge pull request #7 from serverless/master
Merge pull request #4497 from jeffnoehren/master
2017-11-29 15:35:18 -08:00
jeffnoehren
f3c583d2a5 Spotinst - finalizing document store docs 2017-11-29 15:33:17 -08:00
jeffnoehren
8ff7f3f124 Spotinst - updating document store docs 2017-11-29 15:32:16 -08:00
jeffnoehren
0e68be1363 Merge branch 'master' of github.com:jeffnoehren/serverless 2017-11-29 15:23:34 -08:00
jeffnoehren
ba43b07a9f Testing to see how the docs look 2017-11-29 15:22:21 -08:00
Benjamin Forster
382f6900e0 update test to show that cache is working 2017-11-30 10:08:23 +11:00
Gary Richards
0fc6222026 removed redundant keywords from Handler when constructing and returning Response 2017-11-29 14:02:24 +00:00
Benjamin Forster
33b666c431 add test 2017-11-29 17:49:52 +11:00
Benjamin Forster
e780a59b66 fix linter 2017-11-29 17:21:41 +11:00
Benjamin Forster
de22ae698b add cache to ssm variables 2017-11-29 17:10:05 +11:00
Frank Schmid
38959037f0
Merge pull request #4478 from erikerikson/circular-vars-fix-2
Circular Vars Fix
2017-11-28 20:09:39 +01:00
Takahiro Horike
7730a65d50
Merge pull request #4497 from jeffnoehren/master
Spotinst - Updating Quick Start Docs
2017-11-28 09:53:04 +09:00
Jeffrey Noehren
c199cf156e
Merge pull request #6 from serverless/master
Updating fork for merge
2017-11-27 12:11:00 -08:00
jeffnoehren
b647ed7d35 Spotinst - updating quickstart for ease of use 2017-11-27 12:08:01 -08:00