2375 Commits

Author SHA1 Message Date
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
Edmundo Rodrigues
024146885a
feat: Support deploymentBucket.maxPreviousDeploymentArtifacts customization (#7283) 2020-02-10 13:00:42 +11:00
Philipp Muens
6780415c08 docs: Add documentation 2020-02-05 12:31:43 +01:00
Tinafang
2ffbbaac7e
docs: Add WSGI support clarification 2020-02-04 12:50:07 +01:00
Richard Davison
382c0bfc21
feat: Support rich and reusable S3 buckets configuration (#7156) 2020-01-31 16:12:37 +04:00
Sydney Kereliuk
ea4ac262ea
feat: Support destinations config on stream events (#7262) 2020-01-30 23:17:11 +04:00
Maciej Skierkowski
8c100ad354 docs: Add docs on output sub command 2020-01-29 21:44:16 +04:00
Maciej Skierkowski
2eae44b38c docs: Add docs on param sub commad 2020-01-29 21:44:16 +04:00
tcastelli
4f273785f4 feat: Support RedrivePolicy configuration on SNS events (#7239) 2020-01-24 13:05:51 +01:00
Tinafang
47e005f85e docs: Tencent component Chinese docs (#7221) 2020-01-20 12:21:19 +01:00
David Lusby
a3f691e369 docs: Fix example in quick-start.md (#7230) 2020-01-17 17:47:37 +01:00
Richard Davison
780fb46e72 fix: Fix CLI params resolution (switch to yargs-parser) (#7187)
Closes #6083
2020-01-10 14:50:57 +01:00
Mariusz Nowak
919ac61ade docs(Standalone): Document standalone installation with Chocolatey 2020-01-10 14:07:59 +01:00
Marc Marino
5973c9fd58 feat: support RollbackConfiguration in service config (#7193) 2020-01-09 16:19:47 +01:00
Philipp Muens
3cfa7502e2 feat: Add support for plain .git template URLs 2020-01-09 15:30:33 +01:00
Artur Grzybowski
9591d5a232 feat: Enhance configuration options of cloudFront event (#7170)
Fixes #7151 
Addresses partially #6843 and #6785
2020-01-09 14:07:33 +01:00
Maciej Skierkowski
5452d3fafc docs: Code block should be JSON not YAML 2020-01-09 09:50:09 +01:00
Maciej Skierkowski
0be6c1e685 docs: List items need a bullet point 2020-01-09 09:50:09 +01:00
Maciej Skierkowski
7f9f808430 docs: Prettifying new code block 2020-01-07 16:12:56 +01:00
Maciej Skierkowski
deb2fc83fb docs: Updating code block type 2020-01-07 16:12:56 +01:00
Maciej Skierkowski
8502dd7cf0 docs: Fix typo 2020-01-07 16:12:56 +01:00
Maciej Skierkowski
4f848d08dc docs: Add docs on notifications for CI/CD 2020-01-07 16:12:56 +01:00
Maciej Skierkowski
e900b45930 docs: Clean up formatting 2020-01-07 16:12:56 +01:00
Maciej Skierkowski
543aa3831a docs: Adding note on using serverless-plugin-scripts 2020-01-07 16:12:56 +01:00
Maciej Skierkowski
5bfabffcd7 docs: Reordering the menu for notifications 2020-01-07 16:12:56 +01:00
Maciej Skierkowski
acf90fe3bb docs: Adding placeholder for notification docs 2020-01-07 16:12:56 +01:00
Maciej Skierkowski
36c3217703 docs: Repordering the CI/CD menu 2020-01-07 16:12:56 +01:00
Maciej Skierkowski
5ad3435fc8 docs: Fix link to parameters 2020-01-07 16:12:56 +01:00