Takahiro Horike
b7b31535f6
Merge pull request #4429 from chernando/master
...
Basic logging for python invoke local
2017-12-04 08:39:29 +09: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
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
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
Gary Richards
0fc6222026
removed redundant keywords from Handler when constructing and returning Response
2017-11-29 14:02:24 +00:00
Rafal Wilinski
d1516c1485
Add missing newline
2017-11-16 00:16:15 +01:00
Rafal Wilinski
ac0319b945
Fix failing test
2017-11-15 23:44:52 +01:00
Rafal Wilinski
f138e4ed5e
Reintroduce ignore check for existing deploymentBuckets
2017-11-15 21:43:10 +01:00
horike37
5ac927292f
Merge remote-tracking branch 'root_branch/master' into issue4252-s3-transfer-acceleration
2017-11-09 01:56:37 +09:00
Seiji Komatsu
d506ec68e5
Fixes #4434
...
The 2nd argument of Logs constructor contains just a command line
arguments like `{"-f", "hello"}`.
As of the above, logs command always fail on the last of logs command.
PR#4344 aims to inject userStats, so I've solved this problem by
injecting userStats by substitution not the constructor argument.
2017-11-04 12:00:27 +09:00
Jarrod Swift
c12b71b50e
Add tests for aws-kotlin-jvm-gradle template
2017-11-02 15:37:55 +10:30
Jarrod Swift
0b9fcaf00c
Copy the aws-kotlin-jvm-maven template and convert to gradle. Adding as aws-kotlin-jvm-gradle and making a few improvements:
...
- Add the gradle code the the AWS SDK BOM
- Update all libraries
- Switch to log4j2 and include configuration as recommended by AWS
- Add deploy task
- Make a generic response class that is extended by the hello-world so it's more usuable
- General Kotlin-ness
2017-11-02 14:57:41 +10:30
Carlos Hernando Carasol
bbade3d1a8
Basic logging for python invoke local
2017-10-31 12:45:20 +01:00
Alex Casalboni
4a3d4675d3
Showing warning if --aws-s3-accelerate is used with custom deployment bucket
2017-10-28 02:06:19 +02:00
Alex Casalboni
5c5f893e69
Added tests (increased coverage)
2017-10-28 01:51:42 +02:00
Alex Casalboni
64ccb046a7
Merge branch 'master' into issue4252-s3-transfer-acceleration
2017-10-28 00:59:18 +02:00
Alex Casalboni
07e89c72e1
Using new custom output to disable S3 Transfer Acceleration during first enabling deployment
2017-10-28 00:55:48 +02:00
Alex Casalboni
257f5dc40d
Added custom ServerlessDeploymentBucketAccelerated output
2017-10-28 00:55:36 +02:00
Alex Casalboni
4a640b96f8
jslinting
2017-10-28 00:54:49 +02:00
Alex Casalboni
bf6572847e
Always adding AccelerateConfiguration to deployment bucket (if not provided manually)
2017-10-27 17:03:41 +02:00
Alex Casalboni
9a1ffbe934
added 'aws-s3-accelerate' option (for help and autocompletion)
2017-10-27 17:01:11 +02:00
Alex Casalboni
61a9d433dc
removed enableBucketAcceleration (no API call should be needed -> CloudFormation support!)
2017-10-27 15:58:44 +02:00
jeffnoehren
7648428b96
Merge branch 'master' of github.com:jeffnoehren/serverless
2017-10-26 14:18:37 -07:00
jeffnoehren
edbded7d05
Spotinst - updating docs for new template layout
2017-10-26 14:16:22 -07:00
jeffnoehren
51c1d5c68d
Spotinst - Updating templates to include the new framework
2017-10-26 13:51:16 -07:00
Frank Schmid
06cf6df2e6
More tests to increase coverage
2017-10-26 12:14:10 +02:00
Frank Schmid
97896eb34f
Do not update configuration parts that contain references.
2017-10-26 11:57:10 +02:00
Alex DeBrie
57a83302a1
Consolidate multiple beforeEach methods in test
2017-10-24 14:52:07 +00:00
Rafal Wilinski
8a5fe07bed
Merge pull request #4382 from timstott/conceal-api-keys
...
Provide option to conceal API Gateway key values from the output
2017-10-21 14:29:20 +02:00
Jeffrey Noehren
3a1efab168
Merge pull request #3 from serverless/master
...
Updating my branch for merge
2017-10-20 16:21:33 -07:00
jeffnoehren
e6ce016616
Spotinst - adding environment variabels to our documentation
2017-10-20 15:54:43 -07:00
Takahiro Horike
c271b9b2af
Merge pull request #4344 from AlessioCoser/master
...
injects usersStat dependency to improve code coverage of Logs class
2017-10-20 09:50:48 +09:00
Geoffrey Lancaster
de342e9044
resolved merge issues
2017-10-18 22:50:34 -06:00
Geoffrey Lancaster
39274ed8e1
resolved eslint issues
2017-10-18 22:15:03 -06:00
Geoffrey Lancaster
3a0be84201
fixed typo
2017-10-18 22:09:28 -06:00
Geoffrey Lancaster
a5d983bf5c
Merge branch 'master' of https://github.com/serverless/serverless
2017-10-18 21:57:58 -06:00
Geoffrey Lancaster
2a524aaf9c
updated test suite per requests
2017-10-18 21:54:08 -06:00
Timothy Stott
2df0d8a954
Provide option to conceal API Gateway key values from the output
2017-10-17 22:42:01 +01:00
horike37
ebcde3b683
update createStack test with using sinon sandbox
2017-10-18 01:03:44 +09:00
Takahiro Horike
643c4fdd7e
Merge pull request #4342 from medikoo/bring-back-get-file-content
...
Bring back getFileContent (zipService)
2017-10-18 00:17:34 +09:00
Takahiro Horike
bae332caeb
Merge pull request #4320 from RafalWilinski/function-role-fix
...
Fix `deploy function` command by normalizing role
2017-10-17 23:20:12 +09:00
daviskoh
0db3fe76de
opt for using .reduce instead of awkard .flatten
2017-10-16 09:14:31 -04:00
daviskoh
6886f121c0
remove odd duplicate assignment
2017-10-15 20:45:00 -04:00
daviskoh
4c5c9f833e
path.join all path refs in zipService spec
2017-10-15 20:05:25 -04:00
daviskoh
0ab0ed4a5b
fix lint issues
2017-10-15 19:44:44 -04:00
daviskoh
b407cc5713
path.join all the things!
2017-10-15 19:43:13 -04:00
daviskoh
90126d6a88
use path.join
2017-10-15 18:50:58 -04:00