mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Add support information for AWS lambda and SQS
From the AWS docs: https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html it says: > Amazon Simple Queue Service supports both Standard and FIFO queues. AWS Lambda supports only standard queues. For more information on the difference, see What Type of Queue Do I Need?
This commit is contained in:
parent
cfc2ac81f5
commit
f6ddfbceea
@ -18,6 +18,8 @@ The ARN for the queue can be specified as a string, the reference to the ARN of
|
||||
|
||||
**Note:** The `sqs` event will hook up your existing SQS Queue to a Lambda function. Serverless won't create a new queue for you.
|
||||
|
||||
**IMPORTANT:** AWS is [not supporting FIFO queue](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html) to trigger Lambda function so your queue(s) **must be** a standard queue.
|
||||
|
||||
```yml
|
||||
functions:
|
||||
compute:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user