-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
Provide a comprehensive how-to on using your Fn context with a function. The how-to should include the following
- Using a context (Completed here: Create a Tutorial showing development with Multiple Contexts tutorials#203)
- Step by step example of using a context locally
- Step by step example of using with Docker Hub
- Details of where context data is stored (.fn directory)
- Example of creating your own context.yaml file.
- Using context data in a Function (See: Tutorial: Use Context other Configuration Data in a Function tutorials#204)
- Step by step example of adding name/value pairs to your context
- Example of of how to access the values from a context object passed to your function
Most of this information is covered someplace in our documentation, but we are currently lacking something that is comprehensive and ties all the steps together. The how-to should set some key/value pairs and then use them in a function.