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
Michał Zalewski
8833893481
Changed warning to error message if reservedConcurrency is non-integer
2018-01-31 08:50:54 +01:00
Michał Zalewski
0204420324
Added support for concurrency option in AWS Lambda
...
AWS Lambda has support for concurrency limit and it should be supported
in serverless.yml
2018-01-30 22:53:28 +01:00
Brendan Jurd
7e8ed172a4
Grammar fix in AWS VPC documentation
...
Fix lose/loose error.
2017-12-15 16:08:50 +11:00
sharathm
1df8bf5795
provide additional information for running lambda inside VPC as part of guide
2017-10-10 11:51:10 +05:30
Simon Males
b67c0920a3
SQS queue, not SNS queue
2017-09-23 20:30:00 +02:00
Philipp Muens
2e0f90939a
Merge pull request #4120 from tobyhede/4094-allow-onError-to-be-more-good
...
Allow use of Ref and Fn::ImportValue in OnError
2017-09-01 09:52:43 +02:00
Philipp Muens
b663dc40fe
Update docs
2017-09-01 09:36:04 +02:00
alokmandloi
79e96c6777
Typo corrections in fucions.md
...
SQS was mis-spelled
2017-08-17 10:31:47 -07:00
Geoffrey Wiseman
1aed270ecd
More Background on Dead Letter Queues
...
Adding a bit more background information and links on dead letter queues,
since some users of the Serverless framework won't be versed on every
detail of AWS lambda functions.
2017-08-13 10:35:10 -03:00
Martin Hartt
494430fb8b
Fix typo in guide for functions
2017-08-03 11:33:46 +01:00
Alfred Nutile
c592224987
Minor edit
2017-07-05 14:36:29 -04:00
Juha Syrjälä
28e040d9e4
Add units in comments for timeout and memorySize
2017-06-09 07:38:57 +03:00
Eslam λ Hefnawy
12eb950a86
Merge pull request #3672 from serverless/add-kms-key-support
...
Add KMS key support
2017-06-06 18:36:19 +07:00
Philipp Muens
2bb715e723
Add support for service-wide KMS key config
2017-05-31 10:40:35 +02:00
Philipp Muens
78bb7d8100
Add KMS key support
2017-05-31 10:40:35 +02:00
davidwells
c0b98b5f62
update doc
2017-05-25 17:25:32 -07:00
Tom Saleeba
b6b97b67ff
fixed two typos
2017-05-23 16:39:26 +09:30
Philipp Muens
0db25b76ae
Remove SQS queue arn support
2017-05-23 08:50:21 +02:00
Philipp Muens
733be5171e
Add documentation
2017-05-23 08:44:09 +02:00
Philipp Muens
f285528834
Add Lambda tagging functionality
2017-05-03 14:24:09 +02:00
Jeremy Thomerson
01e73226ee
Clarify docs on AWS env var behavior
2017-04-13 15:43:55 -04:00
Philipp Muens
de8adc71e5
Update to latest Node.js runtime
2017-03-25 22:18:00 +01:00
Eslam λ Hefnawy
dc0c92b00a
Merge pull request #2983 from nicka/master
...
BREAKING - Replace IamPolicyLambdaExecution with inline policies and added ManagedPolicyArns to fix VPC permissions
2017-02-28 22:00:35 +07:00
Philipp Muens
02707b90f5
Merge pull request #3085 from jogold/iam-role-statements-examples
...
Show valid iam role statements examples in docs and templates
2017-02-27 10:19:56 +01:00
davidwells
f9d2bbbcf2
update headers for doc search
2017-02-24 15:51:21 -08:00
Nick den Engelsman
e879b2a6bc
Improved tests for lib/plugins/aws/deploy/compile/functions/index.test.js
...
Improved tests for lib/plugins/aws/deploy/compile/functions/index.test.js
wip
2017-02-20 21:08:32 +01:00
Eslam A. Hefnawy
689f17185b
removed cfLogs from integration tests
2017-01-27 17:42:33 +07:00
Ryan S. Brown
2cb109321c
Update docs to reflect current default
2017-01-25 09:10:04 -05:00
Ryan S. Brown
c557513afd
Add docs for AWS provider versionFunctions option.
2017-01-24 17:06:00 -05:00
payoub
d1eb738930
Fix minor typo
2017-01-23 11:49:25 +11:00
Jonathan Goldwasser
bdce10cb07
Show valid iam role statements examples in docs and templates
2017-01-11 18:47:25 +01:00
Philipp Muens
f3338ee4b2
Remove skipping of Travis builds for .md changes
2016-11-25 07:55:21 +01:00
Nik Graf
d6e375dadc
test commit
2016-11-21 17:58:32 +01:00
Nik Graf
6230306e2a
improve explaination
2016-11-21 09:54:31 +01:00
bryan pedlar
07f8a5b7cc
added documentation around environment variable configuration
2016-11-19 18:52:49 -05:00
davidwells
e13001fbe7
update doc readability
2016-11-17 15:41:57 -08:00
Philipp Muens
66be13dc7e
Merge remote-tracking branch 'origin/master' into add-custom-per-function-roles
2016-11-08 08:16:13 +01:00