<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yoshitachi</author_name>
  <author_url>https://blog.hatena.ne.jp/yoshitachi/</author_url>
  <blog_title>web-technical-blog</blog_title>
  <blog_url>https://web-technical.hatenablog.com/</blog_url>
  <categories>
    <anon>Lambda</anon>
  </categories>
  <description>Lambda関数を実行している際に、 なぜかaws-cliでs3にファイルをアップロードするとLambdaが発火せずにはまった内容。 原因はイベントタイプ設定で、イベントタイプで「PUT」を設定していたのが問題であった。 GUIからファイルをアップロードする際は、 マルチパートで分割してアップしないのでLambdaは発火していた。 しかしaws-cliから大きいファイルをアップロードする際は、 マルチパートで分割してアップするみたいでLambdaが発火しない。 zappa等でDeployする際は以下に注意が必要 s3:ObjectCreated:PUT ← これはNG s3:ObjectCre…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fweb-technical.hatenablog.com%2Fentry%2F2018%2F06%2F28%2F180622&quot; title=&quot;Lambda関数でS3をトリガーに設定する際に気を付けるポイント - web-technical-blog&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-06-28 18:06:22</published>
  <title>Lambda関数でS3をトリガーに設定する際に気を付けるポイント</title>
  <type>rich</type>
  <url>https://web-technical.hatenablog.com/entry/2018/06/28/180622</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
