mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
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
Read this on the main serverless docs site
Serverless Infrastructure Providers
Providers are where your serverless functions run in the cloud.
Under the hood, the serverless framework is deploying your code to a cloud provider like Amazon web services or Google Cloud functions.
You specify your provider in your services serverless.yml file under the provider key.