Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Introduction of JAWS UG KOBE

haruharuharuby
May 24, 2016
85

Introduction of JAWS UG KOBE

JAWS-UG & AWSKRUG meetup @ Korea, 2016.05.21

Link that use in this slide
https://github.com/jaws-ug-kobe

haruharuharuby

May 24, 2016
Tweet

Transcript

  1. Introduction of JAWS UG KOBE (One of the local branch

    in the JAWS) @ JAWS-UG & AWSKRUG meetup. 2016.05.21
  2. Self-Introduction Name : Tomoharu Ito( TiNm’s ) Job : Freelance,

    Ruby On Rails programmer since 2016.(This year) Favorite AWS Service : lambda, IAM, OpsWorks
  3. Why do I speak here today!? It is the fault

    of this person . You also might be forced to stand on the stage...
  4. What kind of activities. • Study meeting. ( Once in

    two months. Or once a month. ) • Drinking and enjoying communication for each other about AWS. ( The event is named “AWS-HUB“ http://jaws-ug.jp/ec/aws-hub/ )
  5. Core Members. • Atsushi Ando( he is in this room.

    ) • Kazuto Takeshita(Unfortunately, he couldn’t come to this meetup.) • Tomoharu Ito( It’s me.)
  6. Policies Just 3 policies for... • Do the thing which

    i interested in.. • Use more AWS to more people. • Join to the community positively.
  7. Activities https://github.com/jaws-ug-kobe/magicallambda We studied AWS lambda and other aws services

    that collaborate to lambda by making the Word-association game. https://speakerdeck.com/haruharuharuby/magical-lambda-work-shop-jaws-ug-kobe-reboot Repository: Slides:
  8. Game Rules 1: User get the first question from the

    system. ( System replies fixed question. “ What a words associated with “banana”? ) 2: User enter the associated word of “banana” 3: System replies the associated words of answer that entered by the step2.
  9. Architecture API: GET “QUESTION” PUT “ANSWER” DATA: { banana :

    yellow } { banana : Philippines } : Static Web Page Get Word by called “QUESTION” API (HTTP GET) Reply answer by called “ANSWER” API (HTTP PUT)