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
Bill Fine
2c0a0e2d5f
docs: Update supported runtimes in dashboard doc ( #7419 )
2020-03-03 15:42:26 +13:00
Tinafang
a560277323
docs(Components): Update chinese docs ( #7415 )
2020-03-03 14:15:30 +13:00
Mariusz Nowak
df9846d9af
feat(AWS HTTP API): Support timeout configuration
2020-02-28 11:26:44 +13:00
Mariusz Nowak
2de15462e7
docs(AWS HTTP API): Expose id setting in serverless.yml doc
2020-02-28 11:26:44 +13:00
Henning Sprang
7bc35bc249
docs: Add missing colons to AWS::AccountId ( #7393 )
2020-02-27 09:44:13 +13:00
Mariusz Nowak
f47b340e4f
feat(AWS HTTP API): Support attachment to externally created API
2020-02-27 09:34:28 +13:00
Mariusz Nowak
22364b89b6
docs(AWS HTTP API): Fix headers
2020-02-27 09:34:28 +13:00
Mariusz Nowak
f2cb89a3ca
feat(AWS HTTP API): Support access logs configuration
2020-02-26 13:20:58 +13:00
Mariusz Nowak
0ff409736e
docs(AWS HTTP API): Expose example configuration in serverless.yml docs
2020-02-26 12:47:55 +13:00
Alexandre Tremblay
19012a9068
feat(AWS APIGW): Support association of VPC endpoint ids ( #7382 )
2020-02-25 13:07:04 +13:00
Petr Shevtsov
2c71c06818
docs: Include section on aws-go-mod ( #7379 )
2020-02-24 18:44:49 +13:00
Geoff Baskwill
08ec261a3c
feat: Support resource.extensions for safe resource extensions ( #7352 )
...
Merge logic for extending resources with the existing framework
using `resources.Resources` has some surprising behaviours.
This introduces a more formalized definition for extending resources, where
`Metadata` and `Properties` will be shallowly merged (the values for existing
keys will be replaced instead of merged), the `DependsOn` list will be added
to, and the values for `CreationPolicy`, `DeletionPolicy`, `UpdatePolicy`, and
`UpdateReplacePolicy` will be replaced if they exist in the extension.
Extension of other resource attributes is not supported at this time.
2020-02-24 10:45:14 +13:00
msheakoski
4150192829
docs: Fix spelling ( #7363 )
2020-02-20 12:38:19 +13:00
Cyril
0d8334b8a8
docs: Improve dashboard access roles instructions ( #7361 )
2020-02-20 09:37:38 +13:00
tcastelli
292b1caf58
fix: Fix handling of redrivePolicy in SNS events. ( #7277 )
2020-02-19 14:17:30 +13:00
Tinafang
59634e7d92
docs: Document components debugging and custom domains( #7347 )
2020-02-18 17:04:24 +13:00
Mariusz Nowak
fbf99fa2ab
feat(AWS HTTP API): JWT authorizers support
2020-02-18 14:59:28 +13:00
coyoteecd
9b701a4056
feat(AWS APIGW): Support logs.restApi.roleManagedExternally ( #7333 )
2020-02-18 13:59:57 +13:00
Mariusz Nowak
ca69387285
feat(AWS HTTP API): CORS configuration
2020-02-17 14:25:19 +13:00
Isen
3910df1ba6
feat: Support provider.alb.targetGroupPrefix setting ( #7322 )
2020-02-14 15:49:02 +13:00
Zac Charles
9eba2187f9
feat: Support Kinesis Enhanced Fan-out (Consumer) streams ( #7320 )
2020-02-14 13:09:27 +13:00
Geoff Baskwill
7abb23edc8
feat: Support managedExternally option for authorizers ( #7327 )
...
There are use cases where an API creator does not have permissions to
add permissions to the custom authorizer lambda; one example is when
the custom authorizer lambda exists in a separate AWS account. In these
cases, we need to be able to omit the `AWS::Lambda::Permission` resource
from the stack.
This change adds the `managedExternally` attribute to the `authorizer`.
When `managedExternally` is `true`, the stack will not create the
`AWS::Lambda::Permission` resource.
**Important note:** The permission does still need to be created before
the stack is deployed, or creating the authorizer will fail.
2020-02-13 12:20:16 +13:00
Saverio Valerio
3399c9651e
docs: Fix TOC link to "Request Schema Validators" ( #7326 )
2020-02-13 11:55:39 +13:00
Francesco Mari
73ef03646a
docs: Fix broken link ( #7324 )
2020-02-13 10:02:55 +13:00
Thomas Schaaf
09466b5a17
feat: Support provider.rolePermissionsBoundary to set IAM boundary ( #7319 )
2020-02-13 09:43:24 +13:00
Tinafang
24b9a73522
docs: Fix formatting in chinese docs ( #7315 )
2020-02-12 12:53:06 +13:00
Richard Davison
f6d9bfd6c6
feat: Improve performance of local invocation using docker ( #7178 )
2020-02-12 11:21:45 +13:00
Edmundo Rodrigues
0592a27dbc
feat: Support tweaking max concurrent artifcat uploads count ( #7295 )
2020-02-12 10:04:20 +13:00