Vlad Golubev
f2ff20649c
Display 0 as average function duration if no data by given period
2017-01-06 22:02:26 +02:00
Vlad Golubev
f090f86d30
Remove unused stage and region arguments from provider request
2017-01-06 21:58:11 +02:00
Vlad Golubev
d72b9511d1
Round average function duration to 2 digits after dot
2017-01-06 21:52:51 +02:00
Vlad Golubev
f2eaae5517
Add test: should display correct average of service wide average function duration
2017-01-06 21:46:54 +02:00
Vlad Golubev
7d7f7c7054
Refactor getting aws provider stage
2017-01-06 20:53:08 +02:00
Vlad Golubev
0fb4cf6fba
Refactor getting aws provider region
2017-01-06 20:53:08 +02:00
Vlad Golubev
c86e09a63c
Refactor calculating metrics counts
2017-01-06 20:53:08 +02:00
Vlad Golubev
1c3dbd4c70
Further refactor parsing human start dates in metrics
2017-01-06 20:53:08 +02:00
Vlad Golubev
37f4545139
Add getAllFunctionsNames to Service class
2017-01-06 18:59:36 +02:00
Vlad Golubev
f1fdbcf0a0
Simplify validating function name in metrics
2017-01-06 18:44:28 +02:00
Vlad Golubev
59051c1fb3
Use moment.js to format date in metrics tests
2017-01-06 18:34:49 +02:00
Vlad Golubev
b880acdc3c
Use regex to check if date is in since format
2017-01-06 18:29:28 +02:00
Vlad Golubev
f3c09efee2
Use moment.js to set default yesterday date
2017-01-06 18:24:45 +02:00
Ryan S. Brown
d4a1aafd80
Add versionFunctions as an AWS provider option that will reduce the default number of stack outputs.
...
Per #2853 , having versions as resources/outputs can trigger some limits
related to CloudFormation stack outputs. This leaves the existing
default, but if turned to `false` will reduce the number of outputs by
N, where N is the number of functions total.
2017-01-05 11:23:52 -05:00
Philipp Muens
6ae19fd724
Merge pull request #2952 from LightmakerCanada/fix-for-2508
...
Generate a single policy statement to cover all stream events
2017-01-03 15:48:50 +01:00
Eslam λ Hefnawy
7fc058df63
Merge pull request #2141 from johnf/cognito_authorizer
...
add the start of cognito user pool authorizer support
2017-01-03 19:28:00 +07:00
Philipp Muens
dd9935730e
Merge pull request #3047 from serverless/fix-exit-code-noop
...
Fix "No updates to be performed." throwing Error code 1
2017-01-03 12:28:46 +01:00
Maciej Winnicki
1f881fb228
add tests and small refactor
2017-01-03 12:11:31 +01:00
Nik Graf
dc2d350ff5
Merge pull request #2954 from horike37/add-awsiot-to-event-source
...
Add IoT event source
2017-01-02 16:12:30 +01:00
Philipp Muens
ad58b4326f
Merge pull request #2906 from tgjorgoski/fix-deployment-with-nested-stack
...
fix deployment monitoring
2017-01-02 14:05:07 +01:00
Eslam λ Hefnawy
840619febd
Merge pull request #2820 from erikerikson/credentials-fixes
...
Credential Fixes Roundup
2017-01-02 19:52:37 +07:00
Kurt Lee
50e9c5fb7d
add features on AWSInvokeLocal Plugin.
...
1. Added support js file that has export as an data input
2. You can specify the location of handlers, such as “/dst”
3. Show JSON.parse result if Content-Type = ‘application/json’
2017-01-01 17:58:56 +09:00
paulSambolin
2c5ef8e6b9
FIx lint errors
2016-12-21 14:38:17 -05:00
paulSambolin
122afad222
handle error
2016-12-20 15:38:28 -05:00
paulSambolin
38bd3dda8a
updated comment
2016-12-20 14:55:37 -05:00
paulSambolin
45f43ced5e
added comment
2016-12-20 14:42:36 -05:00
paulSambolin
71b532bb47
new attempt
2016-12-20 14:24:04 -05:00
paulSambolin
1b77e68e1b
added period to message
2016-12-20 13:56:20 -05:00
paulSambolin
8308e75b06
resolve(data)
2016-12-20 13:18:13 -05:00
Philipp Muens
96117bf6fb
Merge pull request #2991 from serverless/update-status-code-regex-to-match-newlines
...
Update status code regex to match newlines
2016-12-20 18:08:12 +01:00
paulSambolin
851e4479c5
Do no fail when a stack requires no updates
2016-12-20 11:35:50 -05:00
Philipp Muens
36f3584c5e
Merge master and resolve conflict
2016-12-20 15:01:16 +01:00
Philipp Muens
03cc50b246
Merge pull request #2993 from serverless/fix-vtl-string-escaping
...
Fix VTL string escaping
2016-12-20 14:49:41 +01:00
Philipp Muens
7ef084df5d
Update string replacing in replaceAll
2016-12-20 14:35:40 +01:00
Philipp Muens
6ee2c31549
Update status code regex to match newlines
2016-12-20 12:33:10 +01:00
horike37
4dfd24ba12
Update hierarchical structure of iot events
2016-12-19 19:52:15 +09:00
John Ferlito
565afd438e
Throw an error if cognito claims are used in lambda-proxy mode
2016-12-18 09:43:39 +11:00
John Ferlito
c92c33399e
Refactor the integrations templates to remove duplication
...
The two templates DEFAULT_JSON_REQUEST_TEMPLATE and
DEFAULT_FORM_URL_ENCODED_REQUEST_TEMPLATE contained a lot of duplicated
content.
2016-12-18 09:43:39 +11:00
John Ferlito
577ebfd350
Expose the cognito user pool claims
2016-12-18 09:43:39 +11:00
John Ferlito
64fa7c64b3
Add support for Cognito User Pools authorizer
2016-12-18 09:33:46 +11:00
Maciej Winnicki
15550f8b60
Merge pull request #2940 from erndob/patch-1
...
fix #2936 . Enable schedule event by default.
2016-12-16 17:45:37 +01:00
Philipp Muens
737b495bd3
Update code so that iot events are enabled by default
2016-12-16 11:16:18 +01:00
erndob
0bcd23637b
add tests
2016-12-15 21:15:53 +02:00
horike37
ed7192e3c9
merged master and fixed conflict
2016-12-15 16:49:57 +09:00
horike37
4593528664
Add IoT event source
2016-12-15 16:18:50 +09:00
Adam Biggs
438054bda5
Update comment to better describe code changes
2016-12-14 16:17:26 -08:00
Adam Biggs
9497e98495
Fix linting errors
2016-12-14 16:15:12 -08:00
Adam Biggs
0b8970fe37
Generate a single policy statement to cover all stream events. Fixes #2508
2016-12-14 13:25:41 -08:00
Nik Graf
f78fee916d
Merge pull request #2885 from serverless/add-alexa-event-source
...
Add alexa event source
2016-12-14 14:36:23 +01:00
Nik Graf
24d47e3e9d
removed debug console.log
2016-12-14 14:07:44 +01:00