<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>watasihasitujidesu</author_name>
  <author_url>https://blog.hatena.ne.jp/watasihasitujidesu/</author_url>
  <blog_title>production.log</blog_title>
  <blog_url>https://blog.naoshihoshi.com/</blog_url>
  <categories>
    <anon>技術</anon>
  </categories>
  <description>概要 S3に何かしらのオブジェクトを配置したことをトリガーにLambdaを動かす設定について紹介します。 runtimeはnode.jsです。 lambdaの処理を書く lambdaにはトリガーが正常に動いていることだけを確認すれば良いので、 console.log(&quot;hello&quot;)とだけ書いておきます。 ファイル名はhandler.jsにしておきます。 'use strict'; module.exports.hello = (event, context, callback) =&gt; { console.log(JSON.stringify(event, undefined, 1)); co…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.naoshihoshi.com%2Fentry%2F2017%2F04%2F19%2F153000&quot; title=&quot;【ServerlessFramework】S3のオブジェクト格納をトリガーにLambdaを動かす方法 - production.log&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>http://corporate-tech-blog-wp.s3-website-ap-northeast-1.amazonaws.com/tech/wp-content/uploads/2015/12/Lambda_icon.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-04-19 15:30:00</published>
  <title>【ServerlessFramework】S3のオブジェクト格納をトリガーにLambdaを動かす方法</title>
  <type>rich</type>
  <url>https://blog.naoshihoshi.com/entry/2017/04/19/153000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
