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
..
2018-07-03 22:52:06 +03:00
2018-05-04 15:54:44 -07:00
2018-05-02 20:37:49 -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