Matthieu Napoli
|
15bbc6ffbc
|
docs: Adjust page titles following menu reorg
|
2022-05-02 13:21:40 +02:00 |
|
Piotr Grzesik
|
d215517cf0
|
feat(AWS Lambda): Add support for function URLs
|
2022-04-06 23:13:37 +02:00 |
|
Piotr Grzesik
|
d317cff875
|
feat(AWS Lambda): Support ephemeralStorageSize
|
2022-03-25 13:08:09 +01:00 |
|
ALOHACREPES345
|
9e0ca03900
|
feat(AWS Lambda): Support Ref for destinations properties (#10845)
|
2022-03-22 09:52:35 +01:00 |
|
ALOHACREPES345
|
4c25184ca0
|
feat(AWS Lambda): Support logRetentionInDays per function (#10878)
|
2022-03-21 10:42:49 +01:00 |
|
Kenneth De Win
|
9cf12e9878
|
docs: Fix markdown issue in functions.md (#10851)
Co-authored-by: Kenneth De Win <kenneth.dewin@porphyrio.com>
|
2022-03-14 21:31:41 +01:00 |
|
Piotr Grzesik
|
9a834152a9
|
feat(AWS Lambda): Change default hashing algorithm
BREAKING CHANGE: Default lambda hashing algorithm was changed to `20201221`
|
2022-01-27 15:21:58 +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 |
|
Piotr Grzesik
|
0746bf9af8
|
docs: Ensure iam.role syntax is referenced in docs
|
2021-11-10 15:58:13 +01: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 |
|
Joakim Hedlund
|
3cad518d0d
|
docs: Improve versionFunctions description (#9651)
|
2021-06-28 15:28:34 +02:00 |
|
Nicholas Wehr
|
078ec59058
|
feat(AWS Lambda): Add ecr.scanOnPush configuration option (#9379)
|
2021-05-06 11:09:16 +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 |
|
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 |
|
Piotr Grzesik
|
14f5743846
|
feat(AWS Lambda): Do not require all image properties
|
2021-03-24 21:13:43 +01:00 |
|
Dmitry Shirokov
|
7ba7bb3465
|
docs: Update docs around provider.iam usage (#9059)
|
2021-03-03 13:55:19 +01:00 |
|
Piotr Grzesik
|
785f97b1a9
|
feat(AWS Lambda): Add ability to customize file for Dockerfile
|
2021-02-02 10:20:53 +01:00 |
|
Piotr Grzesik
|
297c22972e
|
fix(AWS Lambda): Add schema dependencies for image config
|
2021-01-29 13:59:43 +01:00 |
|
Piotr Grzesik
|
9a5553742a
|
feat(AWS Lambda): Add support for image config (#8778)
|
2021-01-21 11:51:09 +01:00 |
|
Piotr Grzesik
|
789c2e35ab
|
feat(AWS Lambda): Add support for building Docker images (#8725)
|
2021-01-18 11:32:33 +01:00 |
|
Mariusz Nowak
|
cf7b25e458
|
style: Upgrade "prettier" to v2
|
2021-01-04 16:21:24 +01:00 |
|
Dmitry Shirokov
|
d1137dcbf9
|
docs: Fix typos and dead links (#8689)
|
2020-12-30 12:49:52 +01:00 |
|
Piotr Grzesik
|
68b7ed5089
|
feat(AWS Lambda): Support referencing images with tags
|
2020-12-29 15:45:19 +01:00 |
|
Mariusz Nowak
|
c0ea4c1461
|
feat(AWS Lambda): Basic container image support
|
2020-12-04 13:53:49 +01:00 |
|
Piotr Grzesik
|
149f64ad1c
|
feat(AWS Lambda): Support EFS attachment (#8042)
|
2020-08-25 17:48:19 +02:00 |
|
Piotr Grzesik
|
8573ec1e50
|
feat(AWS Lambda): Support maximumEventAge and maximumRetryAttempts
Support those setting on its own (directly on function configuration) and not just in context of destinations
(PR #7987)
|
2020-07-29 11:50:11 +02:00 |
|
Chris Villanueva
|
91455f8465
|
docs: Ensure correct stage resolution instructions (#7835)
|
2020-06-12 10:36:02 +02:00 |
|
Ahmad Mahmoud Mohammad
|
3144be82d1
|
feat(AWS Lambda): Support disableLogs setting for functions (#7720)
|
2020-05-13 13:14:02 +02:00 |
|
Mariusz Nowak
|
8ed6a6e7d7
|
feat(AWS Lambda): Support destinations configuration
|
2020-03-07 11:00:35 +13:00 |
|
Mariusz Nowak
|
4a0228aa47
|
Support provisioned concurrency setting
|
2019-11-22 12:42:41 +01:00 |
|
Mariusz Nowak
|
0c8c8a0fb6
|
Merge pull request #6983 from serverless/bump-runtime-in-docs
Default to Nodejs12.x runtime
|
2019-11-20 12:18:10 +01:00 |
|
Mariusz Nowak
|
9ffd194d99
|
Update docs to reference new runtime
|
2019-11-20 09:43:48 +01:00 |
|
Pravin
|
fbb4a7f225
|
added links to infra guides to make docs more useful
|
2019-11-18 21:21:26 +01:00 |
|
Mariusz Nowak
|
4944f471b1
|
Prettify
|
2019-06-26 12:43:01 +02:00 |
|
Philipp Muens
|
5b5425d939
|
Update AWS Node.js runtime to version 10
|
2019-05-15 14:27:55 +02:00 |
|
Philipp Muens
|
72ce7d907c
|
Simplify tracing configuration
|
2019-02-27 13:41:02 +01:00 |
|
Philipp Muens
|
a0b9951ac2
|
Move from object syntax to simple string syntax
|
2019-02-27 13:26:15 +01:00 |
|
Philipp Muens
|
4bd8b593b9
|
Add AWS x-ray support for Lambda
|
2019-02-27 13:26:15 +01:00 |
|
Philipp Muens
|
4ae0ff18bb
|
Merge pull request #5139 from BlackbirdHQ/master
Allows Fn::GetAtt with Lambda DLQ-onError
|
2019-01-28 13:46:31 +01:00 |
|
Daniel Schep
|
019abd7233
|
update links to jus tpoint to announce
|
2018-11-29 13:16:26 -05:00 |
|
Daniel Schep
|
ae3b590f25
|
docs!
|
2018-11-29 10:55:52 -05:00 |
|
Daniel Schep
|
2d4376b7f2
|
Support for using Lambda Layers
|
2018-11-29 10:55:52 -05:00 |
|
Martin Jesper Low Madsen
|
e2e231e28d
|
Allows Fn::GetAtt with Lambda DLQ-onError
Arn references for SQS queues are now available using:
```
Fn::GetAtt:
- Queue
- Arn
```
|
2018-07-20 14:28:38 +02:00 |
|
Marcos Pereira
|
fde55eac6a
|
Fix typo in guide/functions.md
|
2018-07-10 18:49:54 +01:00 |
|
Felipe Rodrigues
|
81720b5761
|
Adding note about referencing environment variables in function do
|
2018-06-25 14:21:04 -03:00 |
|
Jonathan Goldwasser
|
16fb567ea1
|
Update docs for function tags
|
2018-05-28 18:05:21 +02:00 |
|
Kobi Meirson
|
eca515a8ec
|
Documentation should state only strings are accepted.
|
2018-04-07 16:25:57 +03:00 |
|
Doug Moscrop
|
8bde1b4902
|
Support arrays in function definition too
|
2018-04-04 20:03:56 -04:00 |
|