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 |
|
Corentin Doue
|
7a0fbf7143
|
docs: Improvements for google provider docs (#9326)
|
2021-04-27 09:52:35 +02:00 |
|
Piotr Grzesik
|
31a51e2139
|
docs: Add example on how to enable native CF for eventBridge
|
2021-04-23 14:13:41 +02:00 |
|
Eric Frick
|
26288bb5aa
|
docs: Update quick-start.md typos (#9350)
Minor grammar updates.
|
2021-04-22 09:47:35 +02:00 |
|
Piotr Grzesik
|
aa89357a0b
|
docs(Telemetry): Add documentation about telemetry and notifications
|
2021-04-21 14:30:51 +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 |
|
Android3000
|
d1c3b3fbac
|
fix(AWS IAM): Deprecate 'iam.role.permissionBoundary' (#9318)
|
2021-04-19 13:36:58 +02:00 |
|
Jaakko Lappalainen
|
bca46e5ab5
|
fix(AWS API Gateway): Deprecate invalid apiGateway settings (#9238)
|
2021-04-19 09:40:15 +02:00 |
|
Ryan Morey
|
db01173155
|
docs: Document support for service-wide layers (#9308)
|
2021-04-19 09:34:44 +02:00 |
|
Mariusz Nowak
|
c02cd06d90
|
feat: Refactor constructor to accept new service configuration options
`serviceDir` and `configurationFilename` options are favored over of `configurationPath`
|
2021-04-16 13:32:13 +02:00 |
|
Gabriel Plassard
|
2cb81608c8
|
feat(AWS ALB): Support functions[].events[].alb.targetGroupName (#9222)
|
2021-04-12 17:47:01 +02:00 |
|
Nicholas Wehr
|
341a886874
|
feat(AWS Lambda): Add support for cacheFrom to images (#9251)
|
2021-04-08 10:56:24 +02:00 |
|
Nicholas Wehr
|
efd32d4725
|
feat(AWS Lambda): Add support for buildArgs to images (#9198)
|
2021-04-07 09:33:08 +02:00 |
|
Mariusz Nowak
|
959da67a5e
|
feat(Plugins): Announce "type" requirement in CLI option definitions
|
2021-04-02 13:04:48 +02:00 |
|
Mariusz Nowak
|
35dd2acd57
|
docs(Plugins): Improve command extensions section
|
2021-04-02 13:04:48 +02:00 |
|
Mariusz Nowak
|
4eba512c15
|
fix(Variables): Support resolving "raw" JSON string form of SSM params
|
2021-04-02 12:03:29 +02:00 |
|
Gareth Jones
|
0762877e6a
|
docs(Packaging): Fix deprecation code reference (#9227)
|
2021-04-01 23:02:39 +02:00 |
|
Mariusz Nowak
|
171f9b6bad
|
docs(Variables): Add note on AWS CF specific variables
|
2021-04-01 16:39:45 +02:00 |
|
Piotr Grzesik
|
0a84f1c84e
|
fix(AWS IAM): Support for CF functions for provider.iam.role
|
2021-03-31 12:36:11 +02:00 |
|
Piotr Grzesik
|
d3c6e4323b
|
feat(AWS HTTP API): Add support for AWS IAM authorization
|
2021-03-30 11:34:31 +02:00 |
|
Mariusz Nowak
|
7e8c202dd0
|
docs(Variables): Remove outdated no longer applicable sections
|
2021-03-30 10:22:40 +02:00 |
|
Mariusz Nowak
|
ee76876725
|
feat(Variables): Support source extensions from plugins for new resolver
|
2021-03-30 10:22:40 +02:00 |
|
Mariusz Nowak
|
3f7f67ccc1
|
refactor(Variables): Configure ssm source in a new resolver
|
2021-03-30 10:22:40 +02:00 |
|
Mariusz Nowak
|
a60e90f61c
|
refactor(Variables): Configure cf source in a new resolver
|
2021-03-30 10:22:40 +02:00 |
|
Piotr Grzesik
|
37d03b6888
|
feat(AWS HTTP API): Add support for custom Lambda authorizers
|
2021-03-29 16:38:55 +02:00 |
|
Juanjo Diaz
|
e1678fb1c6
|
feat(Packaging): Deprecate include & exclude in favor of patterns
(PR #8581)
|
2021-03-26 11:33:58 +01:00 |
|
Edmundo Santos
|
e62c9ca63b
|
docs: Update default payload of httpApi in serverless.yml.md (#9182)
|
2021-03-26 10:55:11 +01:00 |
|
Piotr Grzesik
|
14f5743846
|
feat(AWS Lambda): Do not require all image properties
|
2021-03-24 21:13:43 +01:00 |
|
Mariusz Nowak
|
2dacbcce85
|
feat(CLI): Validate command and options against resolved schema
|
2021-03-24 11:50:24 +01:00 |
|
Sergii Kovalev
|
8c3e1be735
|
feat(AWS IAM): Add support for iam.role.name definition (#9166)
Co-authored-by: Sergii Kovalev <sergey@haftahave.com>
|
2021-03-24 09:43:38 +01:00 |
|
Piotr Grzesik
|
b530d6a288
|
feat(AWS API Gateway): Remove deprecation for old naming convention
|
2021-03-22 14:20:50 +01:00 |
|
Mark Tse
|
f4a76f779b
|
docs(AWS API Gateway): Update how to disable access and execution logs
|
2021-03-22 11:19:35 +01:00 |
|
Piotr Grzesik
|
5183620e9e
|
fix(AWS EventBridge): Clarify CF functions support for eventBus
|
2021-03-16 14:57:07 +01:00 |
|
Mariusz Nowak
|
fe663ead50
|
refactor(CLI): Resolve commands and options by schema
|
2021-03-16 09:34:33 +01:00 |
|
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 |
|