SlideShare a Scribd company logo
1 of 49
Download to read offline
#aws_serverless
Introducing Amazon
Rekognition, Amazon Polly and
Amazon Lex
Keisuke Nishitani (@Keisuke69)
Amazon Web Services Japan K.K.
Dec 07, 2016
#aws_serverless
Profile
Keisuke Nishitani
Specialist Solutions Architect, Amazon Web Service Japan K.K
@Keisuke69 Keisuke69
✤ Specialist SA
- Serverless
- Mobile
- DevOps
- Application Service
✤ ソーシャルで⾚ドクロの⼈です
✤ RESTおじさん
✤ 餃⼦の王将エヴァンジェリスト(⾃称)
✤ ⾳楽が好きです、フジロッカーです、今年も⾏きました
✤ ブログ: http://keisuke69.hatenablog.jp/
Keisuke69 Keisuke69Keisuke69x
#aws_serverless
Amazon Rekognition
#aws_serverless
Amazon Rekognition
ディープラーニングをベースとした画像認識サービス
数百万の画像を検索、検証、整理
物体およびシーン検知 顔の分析 顔の⽐較 顔認識
#aws_serverless
Amazon Rekognition
ディープラーニングをベースとした画像認識サービス
数百万の画像を検索、検証、整理
物体およびシーン検知 顔の分析 顔の⽐較 顔認識
DetectLabels DetectFaces CompareFaces IndexFaces
SearchFaceByImage
#aws_serverless
Amazon Rekognition API: DetectLables
✤ 物体とシーンの検知
⎻ イメージ内の物体やシーンおよびコンセプト
を検知
DetectLabels
{
"Confidence": 94.62968444824219,
"Name": "adventure"
},
{
"Confidence": 94.62968444824219,
"Name": "boat"
},
{
"Confidence": 94.62968444824219,
"Name": "rafting"
},
. . .
#aws_serverless
Flower
ChairCoffee	Table
Living	Room
Indoors
オブジェクトとシーンの検知
#aws_serverless
Maple
Villa
Plant
Garden
Water
Swimming	Pool
Tree
Potted	Plant
Backyard
オブジェクトとシーンの検知
#aws_serverless
Amazon Rekognition API: DetectFaces
✤ 顔分析
⎻ 顔および特徴の検出
[
{
"BoundingBox": {
"Height": 0.3449999988079071,
"Left": 0.09666666388511658,
"Top": 0.27166667580604553,
"Width": 0.23000000417232513
},
"Confidence": 100,
"Emotions": [
{"Confidence": 99.1335220336914,
"Type": "HAPPY" },
{"Confidence": 3.3275485038757324,
"Type": "CALM"},
{"Confidence": 0.31517744064331055,
"Type": "SAD"}
],
"Eyeglasses": {"Confidence": 99.8050537109375,
"Value": false},
"EyesOpen": {Confidence": 99.99979400634766,
"Value": true},
"Gender": {"Confidence": 100,
"Value": "Female”}
DetectFaces
#aws_serverless
Demographic	Data
Facial	Landmarks
Sentiment	Expressed
Image	Quality General	Attributes
顔分析
#aws_serverless
Demographic	Data
Facial	Landmarks
Sentiment	Expressed
Image	Quality
Brightness:	25.84
Sharpness:	160
General	Attributes
顔分析
#aws_serverless
Amazon Rekognition API: CompareFaces
✤ 顔の⽐較
CompareFaces
{
"FaceMatches": [
{"Face": {"BoundingBox": {
"Height": 0.2683333456516266,
"Left": 0.5099999904632568,
"Top": 0.1783333271741867,
"Width": 0.17888888716697693},
"Confidence": 99.99845123291016},
"Similarity": 96
},
{"Face": {"BoundingBox": {
"Height": 0.2383333295583725,
"Left": 0.6233333349227905,
"Top": 0.3016666769981384,
"Width": 0.15888889133930206},
"Confidence": 99.71249389648438},
"Similarity": 0
}
],
"SourceImageFace": {"BoundingBox": {
"Height": 0.23983436822891235,
"Left": 0.28333333134651184,
"Top": 0.351423978805542,
"Width": 0.1599999964237213},
"Confidence": 99.99344635009766}
}
#aws_serverless
#aws_serverless
Amazon Rekognition API:
IndexFaces/SearchFacesByImage
f7a3a278-2a59-5102-a549-a12ab1a8cae8
&
v1
02e56305-1579-5b39-ba57-9afb0fd8782d
&
v2
Face	ID	&	vector<float>Face
4c55926e-69b3-5c80-8c9b-78ea01d30690
&
v3
transformed
stored
{
f7a3a278-2a59-5102-a549-a12ab1a8cae8,
02e56305-1579-5b39-ba57-9afb0fd8782d,
4c55926e-69b3-5c80-8c9b-78ea01d30690
}
IndexFace
Collection
#aws_serverless
Amazon Rekognition API:
IndexFaces/SearchFacesByImage
Face
{
f7a3a278-2a59-5102-a549-a12ab1a8cae8,
02e56305-1579-5b39-ba57-9afb0fd8782d,
4c55926e-69b3-5c80-8c9b-78ea01d30690
}
SearchFacebyImage
Collection
Nearest	neighbor	search
Face	ID
#aws_serverless
#aws_serverless
ユースケース
✤ 旅⾏サイトやフォーラムでは、ビーチ、キャンプ、⼭などのラベルでユーザーが作成し
た画像を分類
✤ 写真印刷サービスでベストな写真をリコメンド
✤ ⼩売店舗で、店内の顧客がどういった層であるかや感情を認識
✤ アドテクサービスでは顧客に動的にパーソナライズしたコンテンツを表⽰
✤ 家族写真共有アプリは、家族内の同じ⼈物のすべての顔をグループ化
✤ キャンパス/職場では顔検索を使⽤して、施設内の⼈が⽴ち⼊りを許可された⼈かどうか
を確認
#aws_serverless
Benefit
フルマネージド AWSインテグレーション ローコストスケーラビリティ セキュア
#aws_serverless
Pricing
✤ 無料枠:5000 images per month for first 12 months
Image	Analysis	Tiers Price	per	1000 images	
processed
First	1	million	images	processed*	per	month $1.00
Next	9	million	images	processed*	per	month $0.80
Next	90	million	images	processed*	per	month $0.60
Over	100	million	images	processed*	per	month $0.40
*Images	processed:	For	APIs	with	image	as	input,	it’s	the	number	of	images	analyzed.	For	APIs	with	no	image	input	1	API	call	=	1	image	processed.
#aws_serverless
Amazon Polly
#aws_serverless
Amazon Pollyが⽣まれた背景
✤ エンドユーザとのコミュニケーション⽤途で⾳声を使⽤するアプリが
より増えつつある
✤ ⽣成された⾳声が⾃然であるということは、ユーザエクスペリエンス
の観点で重要
✤ ⾳声のインテグレーションはユースケースによって異なる
#aws_serverless
Amazon Pollyとは
✤ Text to Speech as a Service
⎻ テキストをリアルな⾳声に変換するサービス
✤ 24⾔語で47の本物のような声を提供
✤ リアルタイムシステムの開発を可能にする低レイテンシなレスポンス
✤ ⽣成された⾳声を保存、再⽣、配信可能
#aws_serverless
Amazon Polly: 対応⾔語
Americas:
• Brazilian Portuguese
• Canadian	French
• English	(US)	
• Spanish	(US)
A-PAC:
• Australian English		
• Indian	English	
• Japanese
EMEA:
• British	English
• Danish
• Dutch	
• French
• German
• Icelandic
• Italian
• Norwegian
• Polish	
• Portuguese
• Romanian
• Russian
• Spanish
• Swedish
• Turkish
• Welsh
• Welsh	English
#aws_serverless
Amazon Polly: SSML
✤ ⾳声合成マークアップ⾔語(Speech Synthesis Markup Language)
⎻ W3C推奨の⾳声合成アプリ向けのXMLベースのマークアップ⾔語
<speak>
My name is Kuklinski. It is spelled
<prosody rate='x-slow'>
<say-as interpret-as="characters">Kuklinski</say-as>
</prosody>
</speak>
#aws_serverless
Amazon Polly: Lexicons
✤ 単語やフレーズの発⾳をカスタマイズ可能
✤ My daughter’s name is Kaja.
<lexeme>
<grapheme>Kaja</grapheme>
<grapheme>kaja</grapheme>
<grapheme>KAJA</grapheme>
<phoneme>"kaI.@</phoneme>
</lexeme>
#aws_serverless
TEXT
Market		grew		by		>		20%.
WORDSPHONEMES
{
{
{
{
{
ˈtwɛn.ti
pɚ.ˈsɛnt
ˈmɑɹ.kət ˈgɹu baɪ ˈmoʊɹ	
ˈðæn
PROSODY	CONTOURUNIT	SELECTION	AND	ADAPTATION
TEXT	PROCESSING
PROSODY	MODIFICATIONSTREAMING
Market grew by more
than
twenty
percent
Speech	units
inventory
#aws_serverless
実装例(Python)
from boto3 import Session
from contextlib import closing
polly = Session().client("polly")
response = polly.synthesize_speech(
Text="Hello world!",
OutputFormat="mp3",
VoiceId="Joanna")
with closing(response["AudioStream"]) as stream:
with open("speech.mp3", "wb") as file:
file.write(stream.read())
#aws_serverless
Pricing
✤ 従量課⾦
✤ 100万⽂字あたり$4
✤ ⽉あたり500万⽂字まで無料(最初の⼀年間)
✤ ⽣成された⾳声は保存して再⽣可能
#aws_serverless
Amazon Lex
#aws_serverless
Amazon Lexが⽣まれた背景
#aws_serverless
会話による相互作⽤の出現
1st Gen:	
Punch	Cards	&	Memory	Registers
2nd Gen:	
Pointers	&	Sliders
3nd Gen:	
Conversational	Interfaces
#aws_serverless
会話型のアクセス
On-Demand
Accessible
Efficient
Natural
#aws_serverless
⾳声とテキストを使った
会話型インターフェースを構築
するための新サービス
Amazon Lex
#aws_serverless
Amazon Lex - 特徴
Alexaと同じ技術を⽤いた、テキストと⾳声⾔語の理解
エンタープライズシステムに接続する、エンタープライズSaaSコネクタ
チャットサービスへのデプロイ
会話を構築するための効率的で直感的なツール、⾃動でスケール
バージョニングとエイリアスのサポート
#aws_serverless
テキストと⾳声⾔語理解
⾳声認識 ⾃然⾔語理解
Alexaと同じディープラーニング技術を搭載
#aws_serverless
チャットサービスへのデプロイ
Amazon	Lex
Facebook	Messenger
Card	Description
Button	1
Button	2
Button	3
Card	
Description
Option	1
Option	2
Authentication
Rich	FormattingOne-Click	Deployment
Mobile
#aws_serverless
ビルダー向けのデザイン
Efficient	and	intuitive	tools	to	build	conversations
#aws_serverless
バージョニングとエイリアスのサポート
AliasVersioning
v1 v2 v3 latest
• インテント、スロット、ボットでサポート
• 複数の開発者による環境をサポート
• 以前のバージョンへロールバック
v1 Dev
v2 Stage
v3 Prod
• 異なるプラットフォームへ異なるエイリアスをデプロイ
• 開発、ステージング、本番環境で異なるスタックを実⾏
• 異なるエイリアスで異なるユーザグループをターゲット
#aws_serverless
AWS Mobile Hubとのインテグレーション
ユーザ認証
ユーザの⾏動分析
メディアの保存とシェア
データ同期
More	….
リテンションの追跡
会話形ボット
LexAWS Mobile SDKs
AWS Mobile Hub
#aws_serverless
Mobile Hubによるコネクタ
Amazon	Lex
Mobile	App
Mobile	Hub	
SaaS	Connector
Amazon	API	
Gateway
AWS	
Lambda
1:	Understand	user	
intent
Amazon	API	
Gateway
AWS	
Lambda
3:	Translate	REST	
response	into	
natural	language
Mobile	Hub	
Custom	Connector
2:	Invoke	a	SaaS	application	or	
an	existing	business	
application
Business	
Application
Firewall
User	Input
#aws_serverless
Amazon Lex – Use Cases
Informational	Bots
⽇々消費者のリクエストに答えるチャットボット
Application	Bots
モバイルアプリにパワフルなインターフェースを構築
• 新着ニュース
• 天気
• スポーツのスコア….
• チケット予約
• フードの注⽂
• 銀⾏⼝座の管理 ….
Enterprise	Productivity	Bots
企業の業務を合理化し、効率を向上
• セールス番号の確認
• マーケティングのパフォー
マンス
• 在庫状況….
Internet	of	Things	(IoT)	Bots
デバイスとのやり取りで会話型インターフェースを利⽤可能に
• ウェアラブル
• アプライアンス
• ⾞….
#aws_serverless
Amazon Lex - メリット
⾼品質なテキストと⾳声⾔語理解
AWSプラットフォームとのインテグレーション
シームレスなデプロイとスケール
簡単に使える
費⽤対効果が⾼い
#aws_serverless
Lex Botの構造
Utterances
インテントを呼び出す⾳声もしくは⼊
⼒によるフレーズ
BookHotel
Intents
⾃然⾔語のユーザー⼊⼒に応答してア
クションを実⾏
Slots
インテントを実⾏するために必要な⼊
⼒データ
Fulfillment
インテントのための実⾏メカニズム
#aws_serverless
Fulfillment
AWS	Lambda	Integration Return	to	Client
ユーザの⼊⼒はインテントと
スロット値を得るためにパー
スされたユーザ⼊⼒。追加処
理のためにアウトプットをク
ライアントへ返却
ビジネスロジック実装のため
インテントとスロットはAWS
Lambdaにパスされる
#aws_serverless
“Book a Hotel”
Book Hotel
NYC
“Book	a	Hotel	in	
NYC”
⾃動的に⾳声認識
Hotel Booking
New York City
⾃然⾔語理解 Intent/Slot	
モデル
UtterancesHotel	Booking
City New	York	City
Check In Nov	30th
Check	Out Dec	2nd
“Your	hotel	is	booked	for	Nov	
30th”	
Polly
確認:	“Your	hotel	is	booked	for	
Nov	30th”	
a
in
“Can	I	go	ahead	with	
the	booking?
#aws_serverless
Save, Build and Publish
Save Build
ボットを保存することで
サーバ上に現在の状態が保
存される
ボットをビルドする
ことでテスト可能な
バージョンを作成
Publish
ボットをパブリッシュして、ボット
のバージョンとエイリアスを作成
Test
コンソール上の
チャットウィンドウ
でボットをテスト
#aws_serverless
Monitoring
Track	your	bot
Request	Latency
Missed	Utterance	Count
#aws_serverless
Pricing
Text Speech
Price	per	1000	requests $0.75 $4.00
Free	Tier*
(requests	per	month) 10,000 5,000
*Available	for	the	first	year	upon	sign-up	to	new	Amazon	Lex	customers
#aws_serverless

More Related Content

What's hot

AWSアップデート (DB縛り) in 第18回 JAWS-UG 東京 勉強会
AWSアップデート (DB縛り) in 第18回 JAWS-UG 東京 勉強会AWSアップデート (DB縛り) in 第18回 JAWS-UG 東京 勉強会
AWSアップデート (DB縛り) in 第18回 JAWS-UG 東京 勉強会
Yasuhiro Horiuchi
 
AWS クックパッドの運用事例
AWS クックパッドの運用事例AWS クックパッドの運用事例
AWS クックパッドの運用事例
Satoshi Takada
 
APIを叩くだけでない、Deep Learning on AWS で自分だけの学習モデルを作ろう! by JAWS-UG AI支部
APIを叩くだけでない、Deep Learning on AWS で自分だけの学習モデルを作ろう! by JAWS-UG AI支部APIを叩くだけでない、Deep Learning on AWS で自分だけの学習モデルを作ろう! by JAWS-UG AI支部
APIを叩くだけでない、Deep Learning on AWS で自分だけの学習モデルを作ろう! by JAWS-UG AI支部
Daisuke Nagao
 

What's hot (20)

JAWS DAYS 2017 LT 古きを捨て新しきに近づける
JAWS DAYS 2017 LT 古きを捨て新しきに近づけるJAWS DAYS 2017 LT 古きを捨て新しきに近づける
JAWS DAYS 2017 LT 古きを捨て新しきに近づける
 
20170311 jawsdays 新訳 とあるアーキテクトのクラウドデザインパターン目録
20170311 jawsdays 新訳 とあるアーキテクトのクラウドデザインパターン目録20170311 jawsdays 新訳 とあるアーキテクトのクラウドデザインパターン目録
20170311 jawsdays 新訳 とあるアーキテクトのクラウドデザインパターン目録
 
What's new with Serverless
What's new with ServerlessWhat's new with Serverless
What's new with Serverless
 
サーバーレスの今とこれから
サーバーレスの今とこれからサーバーレスの今とこれから
サーバーレスの今とこれから
 
Building Scalable Application on the Cloud
Building Scalable Application on the CloudBuilding Scalable Application on the Cloud
Building Scalable Application on the Cloud
 
Serverless AWS構成でセキュアなSPAを目指す
Serverless AWS構成でセキュアなSPAを目指すServerless AWS構成でセキュアなSPAを目指す
Serverless AWS構成でセキュアなSPAを目指す
 
Serverless for VUI
Serverless for VUIServerless for VUI
Serverless for VUI
 
Alexaスキルを作ろう
Alexaスキルを作ろうAlexaスキルを作ろう
Alexaスキルを作ろう
 
Raspberry Piを利用した顔の表情分析と感情を認識するシステム構築
Raspberry Piを利用した顔の表情分析と感情を認識するシステム構築Raspberry Piを利用した顔の表情分析と感情を認識するシステム構築
Raspberry Piを利用した顔の表情分析と感情を認識するシステム構築
 
Works of site reliability engineer
Works of site reliability engineerWorks of site reliability engineer
Works of site reliability engineer
 
Jaws days2017-ops jaws-2
Jaws days2017-ops jaws-2Jaws days2017-ops jaws-2
Jaws days2017-ops jaws-2
 
Serverless Meetup Tokyo #1 オープニング
Serverless Meetup Tokyo #1 オープニングServerless Meetup Tokyo #1 オープニング
Serverless Meetup Tokyo #1 オープニング
 
クラウド時代のソフトウェアアーキテクチャ
クラウド時代のソフトウェアアーキテクチャクラウド時代のソフトウェアアーキテクチャ
クラウド時代のソフトウェアアーキテクチャ
 
JAWS DAYS 2017 Mafia Talk
JAWS DAYS 2017 Mafia TalkJAWS DAYS 2017 Mafia Talk
JAWS DAYS 2017 Mafia Talk
 
20160312 Jaws Days 2016 API Gateway+Lambda
20160312 Jaws Days 2016 API Gateway+Lambda20160312 Jaws Days 2016 API Gateway+Lambda
20160312 Jaws Days 2016 API Gateway+Lambda
 
AWSアップデート (DB縛り) in 第18回 JAWS-UG 東京 勉強会
AWSアップデート (DB縛り) in 第18回 JAWS-UG 東京 勉強会AWSアップデート (DB縛り) in 第18回 JAWS-UG 東京 勉強会
AWSアップデート (DB縛り) in 第18回 JAWS-UG 東京 勉強会
 
AWS クックパッドの運用事例
AWS クックパッドの運用事例AWS クックパッドの運用事例
AWS クックパッドの運用事例
 
APIを叩くだけでない、Deep Learning on AWS で自分だけの学習モデルを作ろう! by JAWS-UG AI支部
APIを叩くだけでない、Deep Learning on AWS で自分だけの学習モデルを作ろう! by JAWS-UG AI支部APIを叩くだけでない、Deep Learning on AWS で自分だけの学習モデルを作ろう! by JAWS-UG AI支部
APIを叩くだけでない、Deep Learning on AWS で自分だけの学習モデルを作ろう! by JAWS-UG AI支部
 
AWS Serverless++
AWS Serverless++AWS Serverless++
AWS Serverless++
 
サーバーレスにおける開発プロセス戦略(パネルディスカッション用スライド)
サーバーレスにおける開発プロセス戦略(パネルディスカッション用スライド)サーバーレスにおける開発プロセス戦略(パネルディスカッション用スライド)
サーバーレスにおける開発プロセス戦略(パネルディスカッション用スライド)
 

Similar to Introducing Amazon Rekognition, Amazon Polly and Amazon Lex

Similar to Introducing Amazon Rekognition, Amazon Polly and Amazon Lex (11)

AWS AI Solutions
AWS AI SolutionsAWS AI Solutions
AWS AI Solutions
 
AI for media
AI for mediaAI for media
AI for media
 
【IVS CTO Night & Day】AI / Machine Learning on AWS
【IVS CTO Night & Day】AI / Machine Learning on AWS【IVS CTO Night & Day】AI / Machine Learning on AWS
【IVS CTO Night & Day】AI / Machine Learning on AWS
 
AWS が提供する AI ソリューション
AWS が提供する AI ソリューションAWS が提供する AI ソリューション
AWS が提供する AI ソリューション
 
Container x AI
Container x AIContainer x AI
Container x AI
 
JAWS-UG AI支部 #2 re:Invent アップデート
JAWS-UG AI支部 #2 re:Invent アップデートJAWS-UG AI支部 #2 re:Invent アップデート
JAWS-UG AI支部 #2 re:Invent アップデート
 
[CTO Night & Day 2019] よくある課題を一気に解説!御社の技術レベルがアップする 2019 秋期講習 #ctonight
[CTO Night & Day 2019] よくある課題を一気に解説!御社の技術レベルがアップする 2019 秋期講習 #ctonight[CTO Night & Day 2019] よくある課題を一気に解説!御社の技術レベルがアップする 2019 秋期講習 #ctonight
[CTO Night & Day 2019] よくある課題を一気に解説!御社の技術レベルがアップする 2019 秋期講習 #ctonight
 
AI for Media - for Developer
AI for Media - for DeveloperAI for Media - for Developer
AI for Media - for Developer
 
[db analytics showcase Sapporo 2017] MicrosoftのAIテクノロジーを活用しよう ~インテリジェントAPIからデ...
[db analytics showcase Sapporo 2017] MicrosoftのAIテクノロジーを活用しよう ~インテリジェントAPIからデ...[db analytics showcase Sapporo 2017] MicrosoftのAIテクノロジーを活用しよう ~インテリジェントAPIからデ...
[db analytics showcase Sapporo 2017] MicrosoftのAIテクノロジーを活用しよう ~インテリジェントAPIからデ...
 
20230425_getsudemy01_Power Platform + Azure Cognitive Serviceを語らせてください!.pdf
20230425_getsudemy01_Power Platform + Azure Cognitive Serviceを語らせてください!.pdf20230425_getsudemy01_Power Platform + Azure Cognitive Serviceを語らせてください!.pdf
20230425_getsudemy01_Power Platform + Azure Cognitive Serviceを語らせてください!.pdf
 
JAZUG_7thAnniversary_CognitiveServices_v2_20170909
JAZUG_7thAnniversary_CognitiveServices_v2_20170909JAZUG_7thAnniversary_CognitiveServices_v2_20170909
JAZUG_7thAnniversary_CognitiveServices_v2_20170909
 

More from Keisuke Nishitani

More from Keisuke Nishitani (19)

Serverless Anti-Patterns
Serverless Anti-PatternsServerless Anti-Patterns
Serverless Anti-Patterns
 
Serverless Revolution
Serverless RevolutionServerless Revolution
Serverless Revolution
 
Introducing Serverless Computing (20160802)
Introducing Serverless Computing (20160802)Introducing Serverless Computing (20160802)
Introducing Serverless Computing (20160802)
 
AWS Lambda Updates
AWS Lambda UpdatesAWS Lambda Updates
AWS Lambda Updates
 
AWS Lambda / Amazon API Gateway Deep Dive
AWS Lambda / Amazon API Gateway Deep DiveAWS Lambda / Amazon API Gateway Deep Dive
AWS Lambda / Amazon API Gateway Deep Dive
 
Androidを中心に紐解くIoT
Androidを中心に紐解くIoTAndroidを中心に紐解くIoT
Androidを中心に紐解くIoT
 
AWSで実現するクラウドネイティブなアプリ開発のポイント
AWSで実現するクラウドネイティブなアプリ開発のポイントAWSで実現するクラウドネイティブなアプリ開発のポイント
AWSで実現するクラウドネイティブなアプリ開発のポイント
 
Scale Your Business without Servers
Scale Your Business without ServersScale Your Business without Servers
Scale Your Business without Servers
 
RESTful API 入門
RESTful API 入門RESTful API 入門
RESTful API 入門
 
AWSにおける モバイル向けサービス及び事例紹介(20151211)
AWSにおける モバイル向けサービス及び事例紹介(20151211)AWSにおける モバイル向けサービス及び事例紹介(20151211)
AWSにおける モバイル向けサービス及び事例紹介(20151211)
 
Serverless Architecture on AWS (20151201版)
Serverless Architecture on AWS (20151201版)Serverless Architecture on AWS (20151201版)
Serverless Architecture on AWS (20151201版)
 
Automated Testing on AWS Device Farm
Automated Testing on AWS Device FarmAutomated Testing on AWS Device Farm
Automated Testing on AWS Device Farm
 
Serverless Architecture on AWS(20151121版)
Serverless Architecture on AWS(20151121版)Serverless Architecture on AWS(20151121版)
Serverless Architecture on AWS(20151121版)
 
Serverless Architecture on AWS(20151023版)
Serverless Architecture on AWS(20151023版)Serverless Architecture on AWS(20151023版)
Serverless Architecture on AWS(20151023版)
 
クラウドネイティブ化する未来
クラウドネイティブ化する未来クラウドネイティブ化する未来
クラウドネイティブ化する未来
 
UnityとAmazon Web Servicesで生み出す新しい価値
UnityとAmazon Web Servicesで生み出す新しい価値UnityとAmazon Web Servicesで生み出す新しい価値
UnityとAmazon Web Servicesで生み出す新しい価値
 
AWS Lambda Update
AWS Lambda UpdateAWS Lambda Update
AWS Lambda Update
 
RubyとAmazon Web Service で生み出す新しい価値
RubyとAmazon Web Serviceで生み出す新しい価値RubyとAmazon Web Serviceで生み出す新しい価値
RubyとAmazon Web Service で生み出す新しい価値
 
AWS Lambdaを紐解く
AWS Lambdaを紐解くAWS Lambdaを紐解く
AWS Lambdaを紐解く
 

Introducing Amazon Rekognition, Amazon Polly and Amazon Lex