Piotr Grzesik
bf62b7c4da
feat(AWS EventBridge): Adjust deprecation of deployment method
2021-10-22 13:36:55 +02:00
Michael
a3edecf0c6
feat(AWS Lambda): Support for Amazon MQ RabbitMQ events ( #9919 )
...
Co-authored-by: Michael <michael@Michaels-MacBook-Pro.local>
Co-authored-by: Michael <michael@ip-192-168-158-61.eu-west-1.compute.internal>
2021-10-19 15:10:46 +02:00
Jeremy Daly
ff4072b518
Update getting-started.md
2021-10-16 07:59:38 -04:00
Maciej Skierkowski
002d702df9
docs: Update header depth on dashboard docs ( #10107 )
...
* docs: Update header depth on dashboard docs
* docs: Removing file I added by mistake
2021-10-15 21:51:37 -04:00
Piotr Grzesik
04b921acdc
feat(CLI): Introduce deprecation on S3 Accelerate for user bucket
2021-10-15 11:09:35 +02:00
Piotr Grzesik
d2a75ea95e
feat(CLI): Introduce deprecation for duplicate plugin definition
2021-10-15 11:09:35 +02:00
Mars Lan
c4cb0f30f5
feat: Opt-in support for deployment bucket versioning ( #9912 )
...
Configurable via `provider.deploymentBucket.versioning`
2021-10-12 20:49:08 +02:00
Oliver
44a81fcc6a
feat(AWS Lambda): Allow overriding provider VPC with no VPC on function
2021-10-11 23:47:44 +02:00
Matthieu Napoli
43f9faeef1
docs(AWS HTTP API): How to set up custom domains ( #10077 )
2021-10-11 15:23:09 +02:00
Mariusz Nowak
02be86ca49
fix(AWS Deploy): Throw on attempt of extending not existing resource
2021-10-07 14:09:14 +02:00
Mariusz Nowak
10842513f0
feat(AWS Deploy): Remove deploy -f deprecation
...
It'll be re-added in context of v3, with more hacky approach to `deploy -f` support
2021-10-07 14:09:14 +02:00
Mariusz Nowak
a9bf916fbb
feat(Config Schema): Remove validation mode related deprecation
...
It'll be re-added in context of v3
2021-10-07 14:09:14 +02:00
Mariusz Nowak
70e2736226
feat(Packaging): Remove package[include|exclude] deprecation
...
It'll be re-added in context of v3
2021-10-07 14:09:14 +02:00
Mariusz Nowak
fe655d4f15
feat(AWS Lambda): Support 64-bit ARM architecture
2021-10-04 17:12:58 +02:00
Piotr Grzesik
846cfa1bcf
fix(AWS EventBridge): Ensure proper support for deadLetterQueueArn
2021-09-30 16:26:10 +02:00
Travis Haby
ad315b1d12
docs: Fix typo ( #10019 )
2021-09-28 20:49:49 +02:00
Matthieu Napoli
bfbed72387
docs: Removed duplicated paragraph
...
The following paragraph was duplicated in many sections of the page:
> **Note:** The `stream` event will hook up your existing streams to a Lambda function. Serverless won't create a new stream for you.
I think this was because of contributors copy/pasting that along the way. When reading the page it felt really weird reading that over and over.
If there was a reason this paragraph was there in every section feel free to close.
2021-09-27 12:13:56 +02:00
Brian G. Shacklett
2ef5b3906f
docs(AWS Lambda): Improve overview of events ( #9968 )
2021-09-24 15:35:29 +02:00
Stafford Williams
9a21532528
docs: Improve Alibaba provider documentation ( #9997 )
2021-09-23 16:23:32 +02:00
Adam Hevenor
ac5dc604fe
docs: Clear leftover use of "pro dashboard" ( #9996 )
2021-09-23 15:44:30 +02:00
Guilherme Martins Crocetti
af39fc016b
feat(AWS Stream): Support tumblingWindowInSeconds ( #9979 )
2021-09-22 10:38:23 +02:00
Maciej Skierkowski
0e8346204b
docs: Update format of the param commands
2021-09-21 18:02:52 +02:00
Maciej Skierkowski
87f211d0bb
docs: Removing pages on deprecated features
2021-09-21 18:02:52 +02:00
Maciej Skierkowski
b30c95ca69
docs: Move section on profiles/providers migration
2021-09-21 18:02:52 +02:00
Maciej Skierkowski
e057bfd757
docs: Remove Pro and Enterprise references
2021-09-17 08:20:47 +02:00
Stafford Williams
5950fc5781
docs: Improve grammar in serverless invoke docs ( #9966 )
2021-09-16 15:37:07 +02:00
Matthieu Napoli
1dfad8f13c
docs: Clarify the differences between API Gateway versions
...
API Gateway's REST APIs and HTTP APIs are confusing.
As we move towards HTTP APIs by default, we want to clarify the differences between the two.
2021-09-13 11:32:44 +02:00
Eve
130fb3838f
feat(AWS EventBridge): Support deadLetterQueue and retryPolicy
...
Co-authored-by: JP Bochi <jpbochi@pm.me>
2021-09-10 14:55:37 +02:00
Piotr Grzesik
1107763df8
feat(AWS API Gateway): Support enabled for apiKeys config
2021-09-09 16:28:40 +02:00
Federico Jasson
9f0bc689cc
feat(AWS Schedule): Allow multiple rate expressions in single event
...
* Allow multiple cron/rate expressions in AWS schedule event
* Update schedule.test.js to use runServerless
* schedule.test.js: minimize calls to runServerless
2021-09-08 22:19:12 +02:00
Mariusz Nowak
df5f96952f
docs: Improve dotenv setup instructions
2021-09-08 17:13:42 +02:00
Corentin Doue
ff45a42def
docs: Add invoke local doc for google provider ( #9603 )
2021-09-06 13:56:19 +02:00
lewgordon
cacb529925
feat(AWS Lambda): Add support for activemq event ( #8840 )
...
Co-authored-by: Lew Gordon <lew.gordon@genesys.com>
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-09-03 12:24:47 +02:00
Matthieu Napoli
315525268d
docs: Improve title in SQS docs
...
The previous title had confusing wording. Now it starts from the use case and should be much clearer to users not familiar with Lift.
2021-09-02 16:56:48 +02:00
Seung-Chan Ahn
3abc2f0642
feat(AWS CloudFront): Support behavior.CachePolicyId ( #9895 )
...
Co-authored-by: Seungchan Ahn <seungchan.ahn@tridge.com>
2021-09-01 10:39:55 +02:00
Matthieu Napoli
19dbe8a444
docs(AWS SQS): Describe serverless-lift plugin usage ( #9889 )
2021-08-27 15:56:10 +02:00
Mariusz Nowak
9a3f1e6997
docs: Ensure to represent default as assigned value
...
Default is set to `5` -> 680b9d2479/lib/plugins/aws/deploy/lib/cleanupS3Bucket.js (L12)
2021-08-25 14:24:20 +02:00
Jeong-Hee Kang
c6b5a5f4c6
docs: Update cloudfront.md ( #9878 )
...
https://aws.amazon.com/about-aws/whats-new/2021/04/lambda-edge-support-node14/
2021-08-24 15:44:02 +02:00
Jake Scott
6193d3867e
feat(AWS EventBridge): Support disabling a rule ( #9865 )
...
* Support being able to disable an eventbridge rule
* Pass state to custom resource handler
* Add docs
* Add unit tests for enabling or disabling an eventBridge rule
2021-08-21 23:16:48 +02:00
SaintMalik
a20ed5d235
docs: Fix typos in docs ( #9859 )
2021-08-19 18:15:47 +02:00
Thiago Moraes
ef5a8faf13
feat(AWS HTTP API): Support shouldStartNameWithService option ( #9758 )
2021-08-18 22:36:00 +02:00
Gareth McCumskey
7ae52aa2d9
docs(Dashboard): Update free tier invocations value ( #9849 )
2021-08-16 09:45:22 +02:00
Maciej Radzikowski
4925fe971b
docs: Add generate-event CLI command description ( #9838 )
2021-08-13 12:03:47 +02:00
Piotr Grzesik
0e01d9e337
refactor(AWS API Gateway): Adjust deprecation for identitySource
2021-08-11 13:34:35 +02:00
Piotr Grzesik
53b41eb53a
refactor(CLI): Deprecate -v as alias for --verbose
2021-08-10 20:11:09 +02:00
Piotr Grzesik
378a8f426d
refactor(AWS API Gateway): Deprecate default identitySource
2021-08-10 16:51:51 +02:00
Mariusz Nowak
83af78ceb5
docs: Improve documentation on deprecation addressing old vars resolver
2021-08-09 12:23:52 +02:00
Mariusz Nowak
847dd8f475
feat(AWS IAM): Resign from deprecating old format of IAM settings
2021-08-09 12:23:52 +02:00
acvi
006dc01862
docs: Fix typo in event-bridge.md docs ( #9808 )
2021-08-06 12:31:41 +02:00
Shane R. Spencer
612f668c93
feat(Variables): Accept case-insensitive strings in strToBool ( #9770 )
...
* Lowercase stringValue to allow for wider range of inputs.
This change simply adds toLowerCase() when assigning stringValue to allow enable a case-insensitive input (True, TRUE, False, False)
* Update variables.md
Added documentation showing lowercase change to strToBool
* Update str-to-bool.test.js
Added uppercase/mixedcase test
* Update str-to-bool.test.js
fixed test description for str-to-bool case checks
* fix linting/prettier issues with strToBool test/func patch
2021-07-27 13:53:58 +02:00