davidwells
f40c78cd1c
logOut stat
2017-05-24 00:21:30 -07:00
davidwells
43468fa2bd
use strict
2017-05-24 00:21:30 -07:00
davidwells
c8dbd7a4a6
add id
2017-05-24 00:21:29 -07:00
davidwells
736d780bf0
linting
2017-05-24 00:21:29 -07:00
davidwells
0fbaad67c4
linting
2017-05-24 00:21:29 -07:00
davidwells
8487a22905
update login
2017-05-24 00:21:29 -07:00
davidwells
f115fc87ab
update segment
2017-05-24 00:21:29 -07:00
davidwells
69fd7c4e2b
update logout
2017-05-24 00:21:29 -07:00
davidwells
fd657fc4a8
update config
2017-05-24 00:21:29 -07:00
davidwells
e91042194a
add utils
2017-05-24 00:21:29 -07:00
davidwells
9b0679eebf
update segment
2017-05-24 00:21:29 -07:00
davidwells
bc8c3006cf
add userstats & validation
2017-05-24 00:21:29 -07:00
davidwells
cb6d22e3e0
lint all the things
2017-05-24 00:21:29 -07:00
davidwells
7d98ead149
fix travis?
2017-05-24 00:20:40 -07:00
davidwells
8f0fd968f9
use strict
2017-05-24 00:20:40 -07:00
davidwells
aa32df60ba
update config tests
2017-05-24 00:20:40 -07:00
davidwells
8e0474ac3b
update message
2017-05-24 00:20:39 -07:00
davidwells
c57cf03a09
clean up segment call
2017-05-24 00:20:39 -07:00
davidwells
53933f8936
add isDockerContainer util
2017-05-24 00:19:28 -07:00
davidwells
c7d5373e58
clear console on login
2017-05-24 00:19:28 -07:00
davidwells
a80c8742d5
add clear console
2017-05-24 00:19:28 -07:00
davidwells
b5c0a33229
add tests
2017-05-24 00:19:28 -07:00
davidwells
4bef14d42f
update linting
2017-05-24 00:19:27 -07:00
davidwells
c7db666421
update login cmd
2017-05-24 00:19:27 -07:00
davidwells
82fd943a94
update config util
2017-05-24 00:19:27 -07:00
davidwells
40dee9bba0
add logout command
2017-05-24 00:19:27 -07:00
davidwells
e93e976a80
update Utils class with util functions
2017-05-24 00:19:27 -07:00
davidwells
dc4f389b3c
use strict
2017-05-24 00:16:31 -07:00
davidwells
7016d41ac5
add functional Util functions ported from Utils class
2017-05-24 00:13:46 -07:00
davidwells
754bfe3ca2
add login command
2017-05-24 00:13:45 -07:00
Hassan Khan
75a17f3b1d
Move validation code to deploy event
...
As per the discussion on the PR, the validation should occur before the
`aws:deploy:updateStack` hook.
2017-05-24 00:11:30 +01:00
Eslam λ Hefnawy
b7e8e87408
Merge pull request #3660 from HyperBrain/no-templates-for-http-endpoints
...
Do not use default templates for non AWS integrations. Only use NEVER for AWS passthrough.
2017-05-23 18:47:37 +07:00
Frank Schmid
f73e4438e4
Updated unit tests
2017-05-23 11:14:50 +02:00
Philipp Muens
0db25b76ae
Remove SQS queue arn support
2017-05-23 08:50:21 +02:00
Philipp Muens
d6fbe273a7
Add first pass on DeadLetterConfig support
2017-05-23 08:44:09 +02:00
Hassan Khan
0d174e164f
Add support for validating CF templates locally
...
This saves a roundtrip to AWS and allows for a better developer
experience since we can show errors faster. Currently there are no
tests.
2017-05-22 23:12:05 +01:00
Frank Schmid
b0e48157e4
Do not use default templates for non AWS integrations. Only use NEVER for AWS passthrough.
2017-05-22 18:19:45 +02:00
Hassan Khan
e12e45ebd2
Use Lambda logical ID to retrieve its' ARN
2017-05-22 02:44:42 +01:00
Hassan Khan
4cf379d8b0
Add initial support for Cognito User Pools
...
This includes unit tests and documentation. A simple integration test
has been added.
2017-05-21 22:00:54 +01:00
Travis Dimmig
8c35a7c757
update to correctly validate the remainder of the request object after stripping non-parameter object off of it and formatting correctly for the cloudformation stack
2017-05-20 12:28:27 -04:00
Travis Dimmig
6628272a47
Fix for https://github.com/serverless/serverless/issues/2882
...
Allow the 'parameters' field of the request object to be configured when using LAMBDA_PROXY integration
2017-05-20 11:02:48 -04:00
Dan Root
add4951a4b
Better handling for AWS Lambda logging lines.
...
Refactor duplicated log line formatting from invoke and logs plugins
into utils/formatLambdaLogEvent.js and add tests.
Make log line formatter understand default python logging module output
from Lambda functions.
Add payload output testing to invoke plugin.
Fixes #1796 and #3594
2017-05-19 12:42:02 -07:00
Philipp Muens
e6f2c2d3aa
Update other relevant parts of the codebase
2017-05-19 15:08:35 +02:00
Frank Schmid
97399773a7
Added file load tests for YAML, YML and JSON. Added precedence test.
2017-05-19 11:41:24 +02:00
Philipp Muens
dd7909d055
Merge pull request #3642 from HyperBrain/set-is-local-on-invoke-local
...
Set IS_LOCAL environment variable with invoke local command
2017-05-19 10:30:12 +02:00
Philipp Muens
8dd462007b
Fix test
2017-05-19 10:26:49 +02:00
Philipp Muens
ca9ee443e1
Add test
2017-05-19 10:18:54 +02:00
Frank Schmid
45a2b20467
Fixed unit tests - removed filename from literal error check
2017-05-18 21:47:15 +02:00
Frank Schmid
a227e5b3d2
Added support for serverless.json. Improved error messages with filename.
2017-05-18 21:26:44 +02:00
Eslam λ Hefnawy
953f8ac1a0
Merge pull request #3537 from HyperBrain/use-chai-as-promised
...
Use chai as promised
2017-05-18 21:29:53 +07:00