2430 Commits

Author SHA1 Message Date
Mariusz Nowak
a60d2c7dd8 feat(CLI): Deprecate bin/serverless binary 2020-05-22 08:09:09 +02:00
Paolo Fulgoni
d8579dd9c9
docs: Fix typo in powershell example (#7760) 2020-05-21 16:25:08 +02:00
Ahmad Mahmoud Mohammad
6f32f236d8
feat(CLI): Deprecations logger (#7741)
Co-authored-by: Ahmed Abdelwahab <ahmed.abdelwahab@prophecylabs.com>
Co-authored-by: Mariusz Nowak <medyk@medikoo.com>
2020-05-21 15:40:03 +02:00
Thomas Aribart
aa48f0a076
fix(AWS API Gateway): Apply contentHandling only to successful responses
(PR #7757)
2020-05-21 13:22:02 +02:00
Steven Rapp
89ba272a63
feat(Variables): Support non-function exports in js files (#7540) 2020-05-21 11:28:38 +02:00
KIDANI Akito
522e9c0ff8
docs: Fix typo (#7725) 2020-05-13 18:39:59 +02:00
Ahmad Mahmoud Mohammad
3144be82d1
feat(AWS Lambda): Support disableLogs setting for functions (#7720) 2020-05-13 13:14:02 +02:00
Nikody Keating
a0a43a68f3
feat: Support provider.stackParameters (#7677)
It's to inject CloudFormation `Parameters` at creation or update
2020-05-12 09:03:00 +02:00
Mariusz Nowak
d25bf707c2 docs: Improve getting started docs 2020-05-11 21:32:06 +02:00
Stuart Lang
a5a136f982
feat(Templates): Update aws-fsharp to netcoreapp3.1 (#7709) 2020-05-11 12:29:31 +02:00
Joseph Woodward
46df82ea92
feat(Templates): Update aws-csharp to .NET Core 3.1 (#7708) 2020-05-11 12:26:42 +02:00
kazuki takahashi
c77356299b
docs: Fix Google provider API names (#7701) 2020-05-11 10:21:32 +02:00
Erik Erikson
e9726e2f7a
docs: Complete serverless.yml documentation for Azure (#7698) 2020-05-09 18:54:38 +02:00
kingkong123
3a80140890
Add includeBody param for Lambda@edge (#7667)
* Add `includeBody` param for Lambda@edge

* update `includeBody`

* `includeBody` fix

* update `includeBody` handling
2020-05-07 11:01:47 +02:00
AJ Stuyvenberg
6154a822ed
docs: Update list of supported regions in dashboard (#7673) 2020-05-05 09:57:34 +02:00
Erik Erikson
862652875a
docs: List armTemplate property in Azure's serverless.yml (#7672) 2020-05-05 09:45:56 +02:00
Ahmad Mahmoud Mohammad
fb4ea153f0
feat(AWS API Gateway): Support singular string value for CORS header
(PR #7668)
2020-05-04 17:03:29 +02:00
Ahmad Mahmoud Mohammad
1db8c5e472
refactor(AWS Deploy): Remove misleading -v shortcut (#7666)
`-v` is actually a shortcut for global `--version` option
2020-05-04 15:58:20 +02:00
MALDEME Alexandre
ac525f6940
docs: Fix typo (#7661) 2020-05-04 14:34:43 +02:00
Frédéric Barthelet
f22bffc2b4
feat(Variables): Support boolean and integer fallbacks (#7632)
Additionally improved string related regex
2020-05-04 13:00:07 +02:00
Ahmad Mahmoud Mohammad
03ad56b8e1
fix: Fix function version param handling in rollback function command
(PR #7648)
2020-05-04 09:57:51 +02:00
Thomas Aribart
bd9fbfb392
fix(AWS API Gateway): Fix visibility of ..-Allow-Credentials CORS header
(PR #7576)
2020-04-30 18:58:38 +02:00
cvaldev
a8f5278298
docs: Fix typos (#7639) 2020-04-29 19:16:41 +02:00
Conrad
9416e72cba
feat(AWS SQS): Support maximumRetryAttempts option (#7620) 2020-04-28 18:41:40 +02:00
Austin Cawley-Edwards
f4985f32a1
docs: Update go project best practices (#7562) 2020-04-27 15:33:51 +02:00
Frédéric Barthelet
7d3636f968
feat(Variables): Support region selection of SSM variables (#7625) 2020-04-27 10:52:11 +02:00
Eugene Girshov
4c2a52d1bf
feat(AWS HTTP API): Support payload format version customization (#7623) 2020-04-24 15:58:35 +02:00
ryantoussaint
23bbcea65c
feat(AWS API Gateway): Support operationId setting (#7617) 2020-04-24 12:16:32 +02:00
Clar Charron
10c016f353
fix(AWS Stream): Fix configuration of boolean Enabled setting (#7552) 2020-04-23 08:53:39 +02:00
Miguel A. Calles MBA
2b22f49068
docs: Document serverless.yml for Azure provider (#7526) 2020-04-21 14:14:17 +02:00
Tatenda Chawanzwa
8c644f1b07
feat(AWS ALB): Cognito and Oidc authentication support (#7372) 2020-04-17 10:34:20 +02:00
Eugene Girshov
7479a9ae82
fix(AWS HTTP API): Support HTTP API name customization (#7434) 2020-04-16 16:48:23 +02:00
AJ Stuyvenberg
0480038f4e
docs: Add documentation for dashboard log-based polling option (#7585)
This is used instead of a CloudWatch log group subscription,
as there can only be one per log group currently.
2020-04-16 16:44:41 +02:00
Tinafang
d5f41ce5a8
docs: Fix documentation meta data (#7541) 2020-04-06 07:53:24 +12:00
DaKaZ
26cc120937
chore: Fix broken link in docs and add clarifying information (#7539) 2020-04-03 09:55:26 -06:00
Tinafang
2b09adb85f
docs: Update Chinese site docs of Serverless Framework (#7535) 2020-04-03 17:49:58 +13:00
DaKaZ
00f1a28d24
docs: Dashboard and AWS API Gateway updates (#7469) 2020-04-02 17:52:08 +13:00
Thomas Schaaf
001f56cf5a
fix: Recognize AWS Web Identify Credentials (#7442) 2020-04-02 17:32:06 +13:00
svetlana-sts
e3c21b0154
docs: Improve main documenation (#7529) 2020-04-02 17:01:28 +13:00
Miguel A. Calles MBA
76ade5e296
docs(AWS HTTP API): Provide link to REST API vs. HTTP API table (#7515) 2020-03-30 10:05:22 +13:00
svetlana-sts
498cc2066a
Update the /framework/docs/getting-started/ page (update content Mar 19) (#7488)
* Update the /framework/docs/getting-started/ page

* Update the /framework/docs/getting-started/ page (run Prettier)

* Update the /framework/docs/getting-started/ page (update content Mar 19)
2020-03-19 10:04:40 -07:00
svetlana-sts
8f25f87984
Update the /framework/docs/getting-started/ page (#7484)
* Update the /framework/docs/getting-started/ page

* Update the /framework/docs/getting-started/ page (run Prettier)
2020-03-18 14:57:14 -07:00
Sandesh Devaraju
2a0f786074
feat: Added docs for SFPro SDK endpoint instrumentation (#7475) 2020-03-16 22:45:37 -07:00
DougHamil
2d25e678cb
feat(AWS Websocket): routeResponseSelectionExpression setting (#7233)
Fixes #6130
2020-03-16 22:00:44 +13:00
Joaquín Ormaechea
651e59da95
Fixed typos in http-api.md (#7465)
* Fixed typo in http-api.md

Typo found in https://serverless.com/framework/docs/providers/aws/events/http-api/

* Fixed a second typo in http-api.md
2020-03-16 09:26:31 +09:00
Ramon Gebben
f822ae7e4c
Corrected typo preview-deployments.md (#7445) 2020-03-11 21:24:37 +09:00
Mariusz Nowak
8ed6a6e7d7 feat(AWS Lambda): Support destinations configuration 2020-03-07 11:00:35 +13:00
Maciej Skierkowski
d4b53dd874
docs: Dashboard documentation updates (#7421)
* docs: Update preview deployment docs

* docs: update branch deployment settings docs

* docs: Run prettify
2020-03-06 14:43:19 +13:00
Mariusz Nowak
a62650551c
docs: Improve security (#7426) 2020-03-05 13:32:46 +13:00
Mariusz Nowak
b52a41d9ee fix(AWS HTTP API): Ensure function timeout setting is respected
Additionally deprecate (by not documenting) a `timeout` setting on HTT API endpoint.
As HTTP API endpoints can only be configured through functions, it seems logical to treat function timeout setting as the only source of truth.
2020-03-05 10:25:51 +13:00