BITOCTA / wing-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wing Examples

Examples posted in the Medium article describing Wing programming language.

Includes two files:

  • hello.w - defines the flow with Queue, Function and two buckets. Depending on the payload, Function uploads file to the specified bucket.
  • crud.w - defines simple CRUD API for creating users. Saves the data in the Table.

Link to the article.

About


Languages

Language:CWeb 77.8%Language:JavaScript 22.2%