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
dnx-seek
32de9bffed
docs: Suggest python3 template over python2 ( #9773 )
...
python2 is [no longer a supported runtime](https://aws.amazon.com/blogs/compute/announcing-end-of-support-for-python-2-7-in-aws-lambda/ ) for AWS.
When I ran this example as it currently is in the docs it created a python2 project. Interestingly selecting `AWS - Python - Starter` from the CLI did create a python3 project, although the code seems to suggest this should be calling the `aws-python` template, but I probably missed a link there.
2021-07-22 09:21:54 +02:00
Whit Rooke
dc469ffe05
docs: Adjust spelling in Node SDK guide ( #9767 )
...
Just seemed a bit confusing to have an precede sync, made me look twice to see which case was truly sync versus async
2021-07-21 15:00:21 +02:00
Matthieu Napoli
b19d11f29a
docs: Improve the Getting started guide ( #9764 )
2021-07-20 15:38:48 +02:00
Mariusz Nowak
246817bbeb
docs(Telemetry): Update notifications code documentation
2021-07-16 14:18:17 +02:00
Piotr Grzesik
6f494888cc
feat(AWS CloudFormation): Allow to disable default export names
2021-07-15 12:11:11 +02:00
David Asensio Cañas
186496922a
feat(CLI): Automatically expand loaded env variables ( #9615 )
2021-07-15 10:19:42 +02:00
Matthieu Napoli
a0dc0740f2
docs(AWS IAM): Fix invalid example
2021-07-14 12:23:35 +02:00
Nicholas Eveland
a04a714685
docs: Add s3 config options to serverless.yml.md ( #9734 )
2021-07-13 22:41:18 +02:00
devops hipster in training
4eb366b97e
docs: Adjust ${aws::accountId} reference example
2021-07-12 10:49:26 +02:00
Mariusz Nowak
9b624a5067
feat(CLI): New warn:summary (default) deprecations logging mode
...
To avoid confusion, in case of local fallback always resort to `warn`
2021-07-05 22:15:50 +02:00
Daniele Iasella
3e14f06305
feat(AWS Lambda): Add support for SASL/PLAIN auth to kafka event
2021-07-01 18:04:46 +02:00
Piotr Grzesik
33794ea504
feat(Variables): Support aws:region and aws:accountId variables
2021-06-30 13:02:59 +02:00
Jaakko Lappalainen
d861d119ef
refactor(AWS Deploy): Deprecate function option in deploy command
...
Co-authored-by: Piotr Grzesik <pj.grzesik@gmail.com>
2021-06-29 14:37:37 +02:00
Joakim Hedlund
3cad518d0d
docs: Improve versionFunctions description ( #9651 )
2021-06-28 15:28:34 +02:00
Mariusz Nowak
de7dc5e1b8
docs(AWS CloudFront): Fix provider.cloudFront.cachePolicies listing
2021-06-28 13:28:42 +02:00
Nick White
d28147276e
docs: fix provider.cloudFront.cachePolicies[] example ( #9649 )
2021-06-28 12:05:48 +02:00
Mariusz Nowak
a36247b7ac
refactor(Config Schema): Improve error message and documentation
2021-06-24 21:57:18 +02:00
Mariusz Nowak
38e463a8cd
docs(Packaging): Improve deprecation doc
2021-06-23 09:59:25 +02:00
Mariusz Nowak
c22a8b99f2
feat: Introduce an opt-in "error" deprecation notification mode
2021-06-21 17:31:50 +02:00
Mariusz Nowak
d7c39f082a
docs(Variables): Improve "ssm" resolution docs
2021-06-21 13:31:37 +02:00
Miles Spoor
3c4c1b41ca
docs: Fix quotation marks on serverless hooks ( #9618 )
...
People copy pasting the config for hooks will copy invalid quotation marks and spend a while debugging it.
2021-06-17 19:34:45 +02:00
Milind Vaidya
e24fdc9f08
feat: Deprecate Node.js v10 ( #9600 )
2021-06-16 20:27:30 +02:00
Nyambayar Turbat
87ce28ee4e
feat(AWS HTTP API): Support payload version per function ( #9551 )
2021-06-16 16:17:56 +02:00
Mariusz Nowak
0d22163acd
docs: Improve unsupported options validation reasoning
2021-06-09 11:27:17 +02:00
Mariusz Nowak
28286bc3e5
docs: Fix typo
2021-06-09 11:27:17 +02:00
Tyler Garner
a0fa417298
docs: Fix typo in variables.md ( #9577 )
...
depracated -> deprecated
2021-06-09 10:43:28 +02:00
Mariusz Nowak
58f5215f02
docs(Variables): Improve documentation
2021-06-08 14:16:15 +02:00
Mariusz Nowak
8dbb56ecbd
feat(Variables): Allow to reference files in scope of project directory
2021-06-08 10:22:19 +02:00