Daniel Mackenzie
702f779b59
docs: Add ts-node dependency warning to README ( #10472 )
2022-01-10 17:56:31 +01:00
Mariusz Nowak
5a764373c4
feat(Variables): Resign from projectDir concept
2022-01-10 11:52:25 +01:00
Matthieu Napoli
95a61a2fc6
docs: Fix long lines in code examples
2022-01-06 14:43:37 +01:00
Tsimpitas Dimitris
c67a3f1a4f
feat(AWS Cognito): Support forceDeploy setting ( #10435 )
2022-01-05 14:17:24 +01:00
Matthieu Napoli
8a53b08a68
docs: Consolidate "Getting started" pages into a single guide
2021-12-23 14:15:42 +01:00
Thibault RICHARD
8daef830e0
docs: Update httpApi reference in serverless.yml.md ( #10389 )
2021-12-20 09:51:10 +01:00
Matthieu Napoli
664d8dc526
docs: Improve the Serverless Variables page
2021-12-08 12:54:44 +01:00
Omer Shacham
503c0319b7
fix(Variables): Provide opt-out from forced decryption atssm source
...
(PR #10315 )
2021-12-08 12:39:47 +01:00
Piotr Grzesik
3f0a80acd3
feat(AWS SQS): Support filterPatterns
2021-12-01 19:53:31 +01:00
Frédéric Barthelet
fc0050559c
feat(AWS Stream): Support filterPatterns ( #10285 )
2021-11-30 10:18:03 +01:00
Zane Mountcastle
5b61b415a0
feat(AWS Lambda): Add platform option for container images ( #10237 )
...
Co-authored-by: Matthieu Napoli <matthieu@mnapoli.fr>
2021-11-25 18:35:10 +01:00
Frédéric Barthelet
c9fefced10
feat(AWS Deploy): Support disableRollback parameter ( #10236 )
2021-11-25 11:15:09 +01:00
Piotr Grzesik
0746bf9af8
docs: Ensure iam.role syntax is referenced in docs
2021-11-10 15:58:13 +01:00
Matthieu Napoli
f400cdc6ed
docs: Document the new plugin API for CLI output
2021-11-02 12:12:23 +01:00
Matthieu Napoli
7e246690b5
docs: Switch to HTTP APIs by default ( #9777 )
2021-10-29 09:36:18 +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
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
Brian G. Shacklett
2ef5b3906f
docs(AWS Lambda): Improve overview of events ( #9968 )
2021-09-24 15:35:29 +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
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
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
Piotr Grzesik
6f494888cc
feat(AWS CloudFormation): Allow to disable default export names
2021-07-15 12:11:11 +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
Piotr Grzesik
33794ea504
feat(Variables): Support aws:region and aws:accountId variables
2021-06-30 13:02:59 +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
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
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
Mariusz Nowak
d6e4b49ae2
feat: Introduce project directory setting, configurable via projectDir
2021-06-08 10:22:19 +02:00
Mariusz Nowak
0d0498fc67
docs(Variables): Improve function resolver documentation
2021-06-02 16:17:15 +02:00
Costas K
334876ea49
docs: Cleanup variables docs ( #9526 )
2021-06-01 16:39:25 +02:00
lyndoh
ec909452b5
feat(AWS API Gateway): Support disabling default endpoint ( #9404 )
2021-05-06 18:01:46 +02:00
Nicholas Wehr
078ec59058
feat(AWS Lambda): Add ecr.scanOnPush configuration option ( #9379 )
2021-05-06 11:09:16 +02:00
Piotr Grzesik
e02a267e68
docs(Variables): Improve CLI options docs
2021-05-03 14:08:57 +02:00
Stephen
360925d2e0
fix(AWS S3): Fix parsing of the artifact S3 url ( #9380 )
2021-04-30 09:33:32 +02:00
Mariusz Nowak
2ff58b16bf
feat(Variables): Expose variable resolver function to variable sources
2021-04-27 13:48:57 +02:00
Android3000
c8adc0c796
feat(AWS IAM): Support provider.iam.role.path ( #9363 )
2021-04-27 12:24:04 +02:00
Eric Frick
26288bb5aa
docs: Update quick-start.md typos ( #9350 )
...
Minor grammar updates.
2021-04-22 09:47:35 +02:00
Matthieu Napoli
ef91ae1972
feat(Variables): sls:stage variable ( #9296 )
...
A shortcut to
```
${opt:stage, self:provider.stage, "dev"}
```
2021-04-20 15:37:57 +02:00