chetanmeh commented on issue #3945: Treat action code as attachments
URL: 
https://github.com/apache/incubator-openwhisk/pull/3945#issuecomment-412055273
 
 
   @dubee new actions would be stored with `code` as object. That format was 
already being used by Java actions so should work fine. 
   
   ```json
   {
   "code": {
         "attachmentName": "couch:f41be90d-5656-47f5-9be9-0d5656f7f555",
         "attachmentType": "application/java-archive",
         "length": 32768,
         "digest": 
"sha256-5a373715b8cdcd608059debe9dae2ad95087eb5322321d1d0b862f8330a0e54d"
       }
   }
   ```
   
   Is that you were looking for or you meant something else?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to