yumei
6537a5e48d
feat(Config Schema): Announce that crashing on error will become default
...
(PR #9066 )
2021-03-10 12:11:06 +01:00
Dmitry Shirokov
42a1cdb6f1
feat(AWS IAM): Allow tags parameter on lambda execution role ( #9039 )
2021-03-08 11:04:32 +01:00
Vishnu Prassad
b2188a20d9
feat(AWS Stream): Add support for custom checkpoint ( #9056 )
2021-03-05 18:35:30 +01:00
Dmitry Shirokov
7ba7bb3465
docs: Update docs around provider.iam usage ( #9059 )
2021-03-03 13:55:19 +01:00
Mariusz Nowak
8592bdb1b2
refactor: Improve deprecation message
2021-03-01 22:48:48 +01:00
Christian Takle
2b4a9e4cd5
docs: Add missing async keyword in variables.md ( #9022 )
2021-02-26 17:05:22 +01:00
Christian Takle
fdaba7117f
docs(Variables): Cleanup example ( #9023 )
2021-02-26 15:47:26 +01:00
Jeffrey McGuffee
aeb64fd3cc
feat(AWS API Gateway): Allow reuse and customization of schema models
...
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-02-26 12:25:07 +01:00
Mariusz Nowak
bf35c94679
docs(Variables): Document "variablesResolutionMode"
2021-02-25 16:57:11 +01:00
Mariusz Nowak
655865dcc2
docs: Improve properties organization
2021-02-25 16:57:11 +01:00
lewgordon
3e47dcc706
docs: Missing kafka link on provider landing page ( #8998 )
2021-02-25 10:20:54 +01:00
lusatiro
933e702fd8
docs(AWS SQS): Add maximumBatchingWindow in serverless.yml.md
2021-02-25 09:07:50 +01:00
stuartforrest-infinity
13444caa28
feat(AWS EventBridge): Support for using native CloudFormation ( #8437 )
...
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-02-24 15:00:48 +01:00
yumei
9b030ad5f4
feat(AWS Deploy): Gently handle (strip) null's in CF template ( #8975 )
2021-02-24 14:42:13 +01:00
Mariusz Nowak
1ccb19b43a
feat(Variables): First phase of variables resolution
2021-02-24 12:15:28 +01:00
Mariusz Nowak
238d002006
feat(Variables): "file" source configuration for new resolver
2021-02-24 12:15:28 +01:00
Mariusz Nowak
9bccaf909a
docs(Variables): Improve part related to referencing JS files
2021-02-24 12:15:28 +01:00
Maciej Skierkowski
839c2cc5ac
Update docs to add default org provider for dashboard ( #8920 )
...
* docs: Add default org provider
* docs: Update description of dropdown link
2021-02-23 08:40:51 -08:00
jay
9f5fd61009
feat(AWS HTTP API): Add ability to apply provider.tags ( #8938 )
...
Co-authored-by: j.muppala <j.muppala@samsung.com>
2021-02-23 10:50:59 +01:00
Piotr Grzesik
3e7f8d0fe4
docs: Fix typo in deprecation docs for iam properties
2021-02-23 10:46:37 +01:00
Piotr Grzesik
4e74d71e32
docs: Improve plugins documentation
2021-02-12 15:44:18 +01:00
Mariusz Nowak
16950d098b
refactor(CLI): Remove internal CLI arguments parsing
2021-02-11 14:01:41 +01:00
Mariusz Nowak
cc4d857c35
docs: Improve documentation on programmatic usage deprecations
2021-02-11 14:01:41 +01:00
Mariusz Nowak
2c3cc75eb4
docs: Remove unwanted characters
2021-02-11 14:01:41 +01:00
Dmitry Shirokov
9ad4d07886
feat(AWS IAM): Group IAM-related settings under provider.iam ( #8701 )
2021-02-11 13:11:58 +01:00
Andreas Kohn
c8547e8752
docs: Document the noDeploy switch for aws provider ( #8922 )
...
This matches the Azure, Kubeless and OpenWhisk providers; the AWS `deploy` command
is checking the flag as well.
2021-02-10 11:16:10 +01:00
Walery Strauch
a11a43c5d2
docs: Add Sub function example to pseudo parameters doc. ( #8885 )
2021-02-04 14:48:40 +01:00
Maciej Skierkowski
9139c7a7eb
docs: Update migration/deprecation dates
2021-02-02 10:50:49 +01:00
Piotr Grzesik
785f97b1a9
feat(AWS Lambda): Add ability to customize file for Dockerfile
2021-02-02 10:20:53 +01:00
alegonz
019f0bf410
feat(Standalone): Allow to install specific versions ( #8858 )
2021-02-02 09:59:14 +01:00
Piotr Grzesik
297c22972e
fix(AWS Lambda): Add schema dependencies for image config
2021-01-29 13:59:43 +01:00
Ben Scholzen
a108b761d0
fix(AWS CloudFront): Ensure unique names for cache policy
...
* Make CloudFrontCachePolicy names unique between services and stages - fixes #8818
* Add note to docs about new Cache Policy naming
2021-01-26 14:46:49 +01:00
lewgordon
ff605018a7
feat(AWS Lambda): Add support for self-managed kafka event
2021-01-25 21:41:51 +01:00
Mariusz Nowak
f274cd7637
refactor: Seclude configuration parse from internals
2021-01-22 14:57:10 +01:00
Mariusz Nowak
7339351de3
fix(CLI): Bring back support for referencing nested configurations
2021-01-22 09:32:25 +01:00
Piotr Grzesik
9a5553742a
feat(AWS Lambda): Add support for image config ( #8778 )
2021-01-21 11:51:09 +01:00
lewgordon
4ba4b81e74
docs: Fix "company" instead of "compute" typo in msk docs
2021-01-20 08:57:50 +01:00
Mariusz Nowak
b23bfdbf6a
refactor(CLI): Seclude service config path resolution out of internals
2021-01-18 16:19:12 +01:00
Piotr Grzesik
789c2e35ab
feat(AWS Lambda): Add support for building Docker images ( #8725 )
2021-01-18 11:32:33 +01:00
Gareth Jones
33cffc3509
feat(Variables): Introduce unresolvedVariablesNotificationMode ( #8710 )
2021-01-14 08:54:15 +01:00
Piotr Grzesik
26140db397
docs: Add note about disabledDeprecations setting
2021-01-12 11:39:36 +01:00
vinothmdev
1c48b64925
docs: Improve documentation around deprecations #8665 ( #8719 )
2021-01-08 09:53:49 +01:00
Maciej Skierkowski
30d89d15a3
docs: Updating migration and release dates ( #8728 )
2021-01-07 13:00:04 -08:00
Maciej Skierkowski
2896aa0ca7
Docs params update ( #8711 )
...
* docs: Add deprecation notice to params on profiles page
* docs: Update docs per param updates
* docs: Update deprecation details
2021-01-05 15:15:22 -08:00
Mariusz Nowak
cf7b25e458
style: Upgrade "prettier" to v2
2021-01-04 16:21:24 +01:00
Frédéric Barthelet
7d80245839
feat: AWS iotFleetProvisioning event support ( #8324 )
2021-01-04 11:09:02 +01:00
Frédéric Barthelet
eacae9a64d
feat(AWS API Gateway): Move api-specific keys to provider.apiGateway
2021-01-04 10:04:57 +01:00
Mariusz Nowak
e280282007
docs: Fix deprecations order
2020-12-30 13:41:56 +01:00
Dmitry Shirokov
d1137dcbf9
docs: Fix typos and dead links ( #8689 )
2020-12-30 12:49:52 +01:00
AJ Stuyvenberg
ab8fd89c1a
docs: Deprecation notice for parameterized app, org, service, stage, … ( #8679 )
...
* docs: Deprecation notice for parameterized app,
org, service, stage, and region
* docs: One deprecation notice
* docs: Move most recent notice to top of page
2020-12-29 09:35:09 -06:00