2019-03-20 03:47:05 UTC - Rodric Rabbah: 
<https://d1.awsstatic.com/whitepapers/Overview-AWS-Lambda-Security.pdf>
+1 : Dominic Kim
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1553053625213200
----
2019-03-20 05:43:23 UTC - Roberto Diaz: @Michele Sciabarra I have a question 
for the runtime tests. Are the environment variables always strings? I mean 
these variables:
```
      | res["api_host"] = os.Getenv("__OW_API_HOST")
      | res["api_key"] = os.Getenv("__OW_API_KEY")
      | res["namespace"] = os.Getenv("__OW_NAMESPACE")
      | res["action_name"] = os.Getenv("__OW_ACTION_NAME")
      | res["activation_id"] = os.Getenv("__OW_ACTIVATION_ID")
      | res["deadline"] = os.Getenv("__OW_DEADLINE")
```
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1553060603214600
----
2019-03-20 07:27:35 UTC - Michele Sciabarra: @Roberto Diaz I always treated all 
of them as strings
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1553066855215900
----
2019-03-20 07:28:27 UTC - Michele Sciabarra: I do not think you can type them 
as there can be more - the set is not fixed
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1553066907216700
----
2019-03-20 07:28:41 UTC - Michele Sciabarra: or less - the api_key may not be 
present for example
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1553066921217100
----
2019-03-20 08:31:24 UTC - Roberto Diaz: Oki doki
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1553070684217300
----
2019-03-20 09:13:07 UTC - Dominic Kim: It seems cwiki is unresponsive.
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1553073187217700
----
2019-03-20 11:11:24 UTC - Carlos Santana: @Roberto Diaz a downstream can have 
more environment variables pass from invoker to container via /run but what you 
posted is good as a simple test 
+1 : Roberto Diaz
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1553080284219500
----
2019-03-20 11:23:52 UTC - Rodric Rabbah: @Roberto Diaz these are standard for 
actions, docs here if they’re helpful for context 
<https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md#accessing-action-metadata-within-the-action-body>
+1 : Roberto Diaz
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1553081032220200
----
2019-03-20 11:55:01 UTC - Carlos Santana: 
<https://blogs.oracle.com/java-platform-group/the-arrival-of-java-12> 
https://openwhisk-team.slack.com/archives/C3UDXSFA6/p1553082901220500
----

Reply via email to