fnproject / docs

User documentation for the Fn Project.
http://fnproject.io
Apache License 2.0
145 stars 64 forks source link

Create a comprehensive example of using Fn context data #105

Open michael-w-williams opened 5 years ago

michael-w-williams commented 5 years ago

Provide a comprehensive how-to on using your Fn context with a function. The how-to should include the following

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.

michael-w-williams commented 4 years ago

The first part is complete with this Issue: https://github.com/fnproject/tutorials/issues/203. See this PR: https://github.com/fnproject/tutorials/pull/202 for the merge info.