2422 Commits

Author SHA1 Message Date
Takahiro Horike
fe89d4071d
Merge pull request #4709 from alexindeed/master
Spotinst - added activeVersions documentation, updated Spotinst templates
2018-02-06 04:32:21 +09:00
Alex Gaesser
53e7d87eac
Update serverless.yml 2018-02-05 10:55:19 -08:00
Alex Gaesser
fc6b83a1ee
Update serverless.yml 2018-02-05 10:55:01 -08:00
Alex Gaesser
fe2b9ad3ab
Update serverless.yml 2018-02-05 10:54:35 -08:00
Alex Gaesser
50c2299414
Update serverless.yml 2018-02-05 10:53:42 -08:00
Takahiro Horike
21c7f1fe9e
Merge pull request #3799 from hassankhan/fix-borked-cup-triggers
Fix broken merge in CUP compile event. Fixes #3773.
2018-02-03 11:10:58 +09:00
Alex Gaesser
563778810d
added activeVersions attribute 2018-02-02 11:58:45 -08:00
Alex Gaesser
8c5712b54e
added activeVersions attribute 2018-02-02 11:57:48 -08:00
Alex Gaesser
8cfa96e495
added activeVersions attribute 2018-02-02 11:57:23 -08:00
Alex Gaesser
c7e49960b9
added activeVersions attribute 2018-02-02 11:56:48 -08:00
Kobi Meirson
0f117c49e8 Stop throwing errors if alexaSkill is not in the events list (#4708)
* The new alexaSkill skill id restriction (#4701) was throwing an error if an event which is not `alexaSkill` was presented.

* `.to.not.throw()` is a function, not a getter.
2018-02-02 17:48:45 +01:00
Frank Schmid
02bb0df414
Merge pull request #4689 from koterpillar/no-white-on-white
Do not explicitly color messages in white
2018-02-02 15:18:41 +01:00
Kobi Meirson
d7eea2005e Restricting alexaSkill functions to specific Alexa skills (#4701)
* - Adding support for restricting the executing alexa skill by id (serverless/serverless#4700)
- Adding support for multiple `alexaSkill` events on a single function (allows multiple Alexa Skills on a single lambda)

* Adding a comment on the `serverless.cli` addition when testing.

* Updating templates to have the right `alexaSkill` syntax

* Cleaning up Travis-CI's occasional errors with sinon stubs going wild (hopefully)
(https://travis-ci.org/serverless/serverless/jobs/335361582 / https://travis-ci.org/serverless/serverless/jobs/335706593 / https://travis-ci.org/serverless/serverless/jobs/335682396)

* one last test case to make sure the alexaSkill file will be fully covered.

* PR notes

* naming - Add a default suffix for alexaSkillLogicalId if undefined

* Revert changes to createStack.test.js (#c967c8d956b3d96afbaefa7fbe3e6eb498ecdd7c)

* createStack.test - reject with an Error, not with a promise that resolves to an error.
2018-02-02 15:18:00 +01:00
Frank Schmid
022e99f77c
Added rejection instead of throw for consistency 2018-01-31 11:28:45 +01:00
Michał Zalewski
8833893481 Changed warning to error message if reservedConcurrency is non-integer 2018-01-31 08:50:54 +01:00
Michał Zalewski
0204420324 Added support for concurrency option in AWS Lambda
AWS Lambda has support for concurrency limit and it should be supported
in serverless.yml
2018-01-30 22:53:28 +01:00
Alexey Kotlyarov
d5dc0cbf4b Do not explicitly color messages in white
On white background terminals, white text is unreadable. Use the default
terminal color instead.

Fixes #4673
2018-01-29 19:33:35 +11:00
Takahiro Horike
6aac1074df
Merge pull request #4678 from und3fined/master
remove aws credentials.signatureVersion in `enableS3TransferAccelerat…
2018-01-25 22:27:40 +09:00
Yun Zhi Lin
df85e2d9bc add support for AWS go: new create templates aws-go and aws-go-dep, docs, updated integration tests 2018-01-23 23:52:51 +11:00
CuongLe
0283af7a3e remove aws credentials.signatureVersion in enableS3TransferAcceleration
Fix error: The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.

See more: https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
2018-01-23 12:38:05 +07:00
Takahiro Horike
31d536cd8c
Merge pull request #4658 from drexler/source-maps-nodejs-typescript-template
enable source map generation for nodejs-typescript example
2018-01-22 22:42:22 +09:00
Andres
298154abf1 Update documentation and templates for serverless-kubeless 0.3 2018-01-18 17:08:14 +01:00
drexler
f88415eedd enable source map generation for nodejs-typescript example 2018-01-16 08:07:55 -05:00
Takahiro Horike
63f15f6741
Merge pull request #4650 from thomasmichaelwallace/master
allow authorizer.name to override implied authorizer.arn name.
2018-01-16 08:55:01 +09:00
Takahiro Horike
99fc58adf0
Merge pull request #4407 from serverless/ValidateRemove
Add validation to remove command
2018-01-13 14:54:02 +09:00
Takahiro Horike
4b71faf212
Merge pull request #4596 from Instabridge/invokelocal-pojo
InvokeLocal/Java: support POJO input and different handler names
2018-01-13 14:53:12 +09:00
Takahiro Horike
5d8acc3853
Merge pull request #4601 from willwhy/4569-cloudwatchlog-filter
improve aws cloudwatchlog filter #4569
2018-01-13 14:52:54 +09:00
thomasmichaelwallace
1ae47641b1 allow authorizer.name to override implied authorizer.arn name. 2018-01-12 13:57:21 +00:00
Takahiro Horike
c3258e1668
Merge pull request #4643 from dschep/py-invoke-local-unbuffered
Don't have Python buffer it's output in invoke local
2018-01-12 11:50:22 +09:00
Heechul Ryu
90bc9ff6d9 Bump serverless-kubeless to 0.2.4 2018-01-12 10:41:39 +09:00
Daniel Schep
211ba71077 Don't have Python buffer it's output 2018-01-10 18:38:17 -05:00
Takahiro Horike
361fdc75cf
Merge pull request #4640 from GuidoS/master
update aws-scala-sbt template #4634
2018-01-11 00:19:53 +09:00
Guido Stein
0226d72924 update aws-scala-sbt template #390 2018-01-10 09:42:09 -05:00
Alex Casalboni
407b0f06e6 BbPromise.reject instead of throwing error 2018-01-08 15:03:41 +01:00
Alex Casalboni
c720018125 test typo 2018-01-07 17:38:43 +01:00
Alex Casalboni
1aee4b8240 updated tests (100% file coverage) 2018-01-07 17:30:18 +01:00
Alex Casalboni
a9b82e538c Added new no-aws-s3-accelerate argument to explicitly disable S3 Transfer Acceleration (updated doc too) 2018-01-07 17:29:54 +01:00
Alex Casalboni
4de092c092 not setting 'Suspended' acceleration by default (permission would be required!) 2018-01-07 16:37:23 +01:00
Takahiro Horike
13bda4bf1e
Merge pull request #4247 from hgiasac/sls-shared-api
WIP - Added support for using an existing ApiGateway and Resources
2018-01-06 15:42:00 +09:00
Takahiro Horike
45f5e15550
Merge pull request #3953 from lovenm/master
Fix issues with HTTP integration
2018-01-06 00:56:35 +09:00
horike37
1a2c9b631b Merge branch 'master' into ValidateRemove 2018-01-05 12:22:12 +09:00
horike37
408ed25ca4 Merge branch 'master' into 4569-cloudwatchlog-filter 2018-01-05 11:05:26 +09:00
Will Yang
5a0a31f8a0 use double quotes string to be better to represent the test case 2018-01-05 09:37:19 +11:00
Takahiro Horike
c639e30b18
Merge pull request #4583 from jeffnoehren/master
Spotinst - adding Java8 template and updating docs
2018-01-05 03:05:56 +09:00
Takahiro Horike
92c16ab051
Merge pull request #4576 from ChristopheBougere/master
Added a `--template-path` option to `serverless create`
2018-01-05 02:45:45 +09:00
Christophe Bougère
49bfee948b sym links:
- adding a noLinks option
- unit test for sym links
2018-01-04 13:03:06 +01:00
Christophe Bougère
48618d83af checking if service name is correct 2018-01-04 11:54:48 +01:00
Christophe Bougère
310f59f7fa extend error message 2018-01-04 11:46:49 +01:00
Will Yang
6242346034 add test case for escaped quotes 2018-01-04 12:32:46 +11:00
Will Yang
ced088c4fa unescape quotes when necessary to compatible with old filter patterns 2018-01-03 14:15:54 +11:00