Erik Erikson 230f37f4a4 Allow for Self-Reference
1. Newly allow '${self:}' as a valid reference to the current serverless.yml's root
  a. This allows for a more clean manner of passing names and identifiers around between projects.  Particularly, this facilitates exporting values from projects so they can be used in other projects via Fn::ImportValue.
2. Write a test ensuring the above
3. Document the new capability

Example usage: https://github.com/Nordstrom/hello-retail/pull/26/files
2017-02-07 19:19:30 -08:00
..
2017-01-18 11:59:01 -08:00
2016-11-17 15:41:57 -08:00
2017-01-19 18:23:49 -07:00
2016-11-17 15:41:57 -08:00
2016-11-29 14:31:34 -05:00
2016-11-24 20:08:04 +01:00
2016-12-23 13:30:01 +09:00
2016-11-24 16:37:52 +01:00
2017-01-25 09:27:35 +01:00
2017-01-25 09:27:35 +01:00
2017-01-17 12:08:58 +07:00
2016-11-24 14:40:10 +01:00
2017-02-07 19:19:30 -08:00

Read this on the main serverless docs site

Serverless AWS Lambda Guide

Welcome to the Serverless AWS Lambda Guide!

Get started with the Introduction to the framework

If you have questions, join the chat in gitter or post over on the forums

Note: Before continuing AWS system credentials are required for using the CLI.