Maxime f6ddfbceea
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?
2018-09-17 18:02:03 +10:00
..
2018-05-04 15:54:44 -07:00
2018-09-11 00:23:18 -07:00

Read this on the main serverless docs site

Documentation

The Serverless Framework is a CLI tool that allows users to build & deploy auto-scaling, pay-per-execution, event-driven functions.

Write your code, configure events to trigger your functions, then deploy & run those functions to your cloud provider via the Serverless CLI.

Getting started with serverless? Start here.

Already using AWS or another cloud provider? Read on.

Serverless Cloud Providers