8216 Commits

Author SHA1 Message Date
Daniel Olson
efa5bda488 updated csharp demo 2018-02-01 20:48:03 -05:00
Daniel Olson
81f18587c3 fixed typo 2018-02-01 20:47:50 -05:00
Daniel Olson
386f3cdc67 updated csharp Hello World 2018-02-01 20:29:57 -05:00
Daniel Olson
fc24fb4637
Update README.md
On first pass this doc was a bit confusing for me. Hopefully these edits make it easier for any Serverless newcomer to get started with a better understanding of the commands and available options.
2018-02-01 11:59:46 -05:00
Takahiro Horike
28ca91d2e6
Merge pull request #4704 from ma-bo-do-fu/fix-typo
Fix typo in apigateway.md
2018-02-01 23:07:47 +09:00
ma-bo-do-fu
f286b26378
Fix typo
Fix typo in apigateway.md

chilren -> children
2018-02-01 13:33:21 +09:00
Takahiro Horike
2a3d57e390
Merge pull request #4694 from mizalewski/master
Add support for concurrency option in AWS Lambda
2018-01-31 20:32:53 +09: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
Philipp Muens
87c2e0123f
Merge pull request #4690 from serverless/releasing-v-1-26-0
Releasing v1.26.0
v1.26.0
2018-01-29 08:48:05 -08:00
Philipp Muens
2e47cab9ff Releasing v1.26.0 2018-01-29 08:31:07 -08:00
Takahiro Horike
c0ea2ac0c4
Merge pull request #4682 from adnasa/aa-add-GCF-invoke-local
docs(google/cli) add invoke-local.md
2018-01-29 22:07:17 +09:00
Adnan Asani
92f0392f9d docs(google/cli) add invoke-local.md 2018-01-25 19:20:20 +01: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
Takahiro Horike
d9fa8ea6e2
Merge pull request #4669 from yunspace/master
AWS Go support
2018-01-23 22:57:49 +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
3e717fa337
Merge pull request #4676 from RobertoNovelo/patch-2
Typo Fix
2018-01-23 09:18:19 +09:00
Roberto Novelo
4353c8105e
Typo Fix 2018-01-22 17:26:43 -06:00
Takahiro Horike
74ac98abe9
Merge pull request #4668 from d2s/patch-1
docs(google) update hello-world example's invoke
2018-01-22 23:29:21 +09: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
Daniel Schildt
6b6a494158
docs(google) update hello-world example's invoke
If a new user creates a new service with the `google-nodejs` template,
the pre-configured function is named as `first` instead of `helloWorld`.

More details from the configuration file of the template:
- https://github.com/serverless/boilerplate-googlecloudfunctions-nodejs/blob/master/serverless.yml#L22
2018-01-19 05:06:51 +02:00
Takahiro Horike
1c0758e243
Merge pull request #4666 from andresmgot/sk0.4
Update documentation and templates for serverless-kubeless 0.3
2018-01-19 09:35:00 +09:00
Andres
4bf41186f9 Document how to install dependencies 2018-01-18 17:26:49 +01: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
cdb1900332
Merge pull request #4653 from dav009/master
Adding service : cloudwatch alerts on slack
2018-01-15 11:30:04 +09:00
David Przybilla
fd12262a55
Update README.md 2018-01-15 09:46:25 +09:00
David Przybilla
70d1bcb8d5
Adding service : cloudwatch alerts on slack 2018-01-14 19:35:45 +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
5d134f61ad
Merge pull request #4582 from rliebz/completion-fixes
Completion fixes
2018-01-13 14:53:31 +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
b576abc295
Merge pull request #4641 from vladgolubev/fix-docs-api-gw
fix: duplicated and broken markdown links to api gw
2018-01-12 17:46:37 +09:00
Vlad Holubiev
90bda28568
docs: fix broken link again 2018-01-12 10:30:54 +02: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
Takahiro Horike
e95663abf1
Merge pull request #4646 from ryuheechul/patch-kubeless-plugin-package
Bump serverless-kubeless to 0.2.4
2018-01-12 11:46:58 +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
Vlad Holubiev
ffe5f42baf fix: duplicated and broken markdown links to api gw 2018-01-10 17:59:36 +02: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
Takahiro Horike
4b4b3e2981
Merge pull request #4636 from alexcasalboni/issue4252-s3-transfer-acceleration-iam-breaking-change-fix
S3 Transfer Acceleration IAM breaking change fix
2018-01-09 13:48:41 +09: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