<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AWS | ばすにっきTips</title>
	<atom:link href="https://takabus.com/tips/category/aws/feed/" rel="self" type="application/rss+xml" />
	<link>https://takabus.com/tips</link>
	<description>プログラミングやサーバー、日々のTipsをメモしています。</description>
	<lastBuildDate>Mon, 04 Oct 2021 02:17:59 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>

<image>
	<url>https://takabus.com/tips/wp-content/uploads/2022/12/cropped-tips-1-32x32.png</url>
	<title>AWS | ばすにっきTips</title>
	<link>https://takabus.com/tips</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【AWS Lambda】作成したはずの関数が出てこないとき</title>
		<link>https://takabus.com/tips/333/</link>
					<comments>https://takabus.com/tips/333/#respond</comments>
		
		<dc:creator><![CDATA[ばすにっきTips]]></dc:creator>
		<pubDate>Mon, 04 Oct 2021 02:17:34 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Lambda]]></category>
		<guid isPermaLink="false">https://takabus.com/tips/?p=333</guid>

					<description><![CDATA[「作成したはずの関数が表示されない！」というときの対処法]]></description>
										<content:encoded><![CDATA[
<p>「作成したはずの関数が表示されない！」というときはリージョンを確認しましょう！</p>



<figure class="wp-block-image size-full"><img decoding="async" width="333" height="146" src="https://takabus.com/tips/wp-content/uploads/2021/10/image-15.png" alt="" class="wp-image-335" srcset="https://takabus.com/tips/wp-content/uploads/2021/10/image-15.png 333w, https://takabus.com/tips/wp-content/uploads/2021/10/image-15-300x132.png 300w" sizes="(max-width: 333px) 100vw, 333px" /></figure>



<p>関数はリージョンごとに表示されます。</p>



<p>create-functionした関数が存在するリージョンを選択しないと、リストアップされません！</p>
]]></content:encoded>
					
					<wfw:commentRss>https://takabus.com/tips/333/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【AWS Lambda】CreateFunctionで指定するロールはどこに書いてある？</title>
		<link>https://takabus.com/tips/328/</link>
					<comments>https://takabus.com/tips/328/#respond</comments>
		
		<dc:creator><![CDATA[ばすにっきTips]]></dc:creator>
		<pubDate>Mon, 04 Oct 2021 02:10:39 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Lambda]]></category>
		<guid isPermaLink="false">https://takabus.com/tips/?p=328</guid>

					<description><![CDATA[Lambda関数を作成するコマンド「aws lambda create-function」を実行する際にroleを指定する必要がありますが、どこに書いてるのか忘れるので書いておきます。 IAMサービス＞ロールから確認する [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Lambda関数を作成するコマンド「aws lambda create-function」を実行する際にroleを指定する必要がありますが、どこに書いてるのか忘れるので書いておきます。</p>



<pre class="wp-block-code"><code>aws lambda create-function
--region &#91;ex) ap-northeast-1]
--function-name &#91;name]
--zip-file fileb://&#91;zip file name].zip
--role &#91;Lambda RoleのARN]
--handler index.handler
--runtime &#91;ex) nodejs10.x]
--memory-size &#91;ex) 128]</code></pre>



<h2 class="wp-block-heading">IAMサービス＞ロールから確認する</h2>



<p>IAMサービスにアクセスし、ロールから確認できます。</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="944" height="541" src="https://takabus.com/tips/wp-content/uploads/2021/10/image-12.png" alt="" class="wp-image-330" srcset="https://takabus.com/tips/wp-content/uploads/2021/10/image-12.png 944w, https://takabus.com/tips/wp-content/uploads/2021/10/image-12-300x172.png 300w, https://takabus.com/tips/wp-content/uploads/2021/10/image-12-768x440.png 768w, https://takabus.com/tips/wp-content/uploads/2021/10/image-12-120x68.png 120w" sizes="(max-width: 944px) 100vw, 944px" /><figcaption>ロールをクリック</figcaption></figure>



<p></p>



<figure class="wp-block-image size-full"><img decoding="async" width="937" height="317" src="https://takabus.com/tips/wp-content/uploads/2021/10/image-13.png" alt="" class="wp-image-331" srcset="https://takabus.com/tips/wp-content/uploads/2021/10/image-13.png 937w, https://takabus.com/tips/wp-content/uploads/2021/10/image-13-300x101.png 300w, https://takabus.com/tips/wp-content/uploads/2021/10/image-13-768x260.png 768w" sizes="(max-width: 937px) 100vw, 937px" /><figcaption>Lambdaのロールを選択</figcaption></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="447" src="https://takabus.com/tips/wp-content/uploads/2021/10/image-11-1024x447.png" alt="" class="wp-image-329" srcset="https://takabus.com/tips/wp-content/uploads/2021/10/image-11-1024x447.png 1024w, https://takabus.com/tips/wp-content/uploads/2021/10/image-11-300x131.png 300w, https://takabus.com/tips/wp-content/uploads/2021/10/image-11-768x336.png 768w, https://takabus.com/tips/wp-content/uploads/2021/10/image-11.png 1238w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>ロールARNをコピーする</figcaption></figure>



<p><strong><span class="marker-under">ロールARN</span></strong>をコピーし、create-functionコマンドの<strong><span class="marker-under">&#8211;role</span></strong>に指定します。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://takabus.com/tips/328/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
