<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>S3 on My personal blog</title>
		<link>https://jens.dev/tags/s3.html</link>
		<description>Recent content in S3 on My personal blog</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Tue, 09 May 2017 13:08:54 +0200</lastBuildDate>
		
			<atom:link href="https://jens.dev/tags/s3/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>hosting a Cloudfront site with S3 and API Gateway</title>
				<link>https://jens.dev/2017/05/09/hosting-a-cloudfront-site-with-s3-and-api-gateway.html</link>
				<pubDate>Tue, 09 May 2017 13:08:54 +0200</pubDate>
				<guid>https://jens.dev/2017/05/09/hosting-a-cloudfront-site-with-s3-and-api-gateway.html</guid>
				<description>&lt;p&gt;Here my scenario I try to cover this time.&lt;/p&gt;&#xA;&lt;p&gt;Scenario:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;host a webpage through S3 with Cloudfront as CDN&lt;/li&gt;&#xA;&lt;li&gt;host an API through ApiGateway with Cloudfront in front&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;As picture this would look like this:&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://jens.dev/assets/cloudfront-s3-api-gateway.png&#34; alt=&#34;timer based event&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The use case would be to host the API and static resources within one domain. The obvious perk of this architecture would be no more CORS dependency.&lt;/p&gt;&#xA;&lt;p&gt;I use a CloudFormation template as project definition for this task.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Publish an S3 Event to Lambda through SNS</title>
				<link>https://jens.dev/2017/02/19/publish-an-s3-event-to-lambda-through-sns.html</link>
				<pubDate>Sun, 19 Feb 2017 14:00:54 +0200</pubDate>
				<guid>https://jens.dev/2017/02/19/publish-an-s3-event-to-lambda-through-sns.html</guid>
				<description>&lt;p&gt;My path through starting with AWS CloudFormation was a somewhat rocky path. Often I wished for simple CF Templates which would only show one pattern at a time. So I&amp;rsquo;m starting a short series where I will try to describe some patterns I experienced and hopefully lower the entry barrier for CloudFormation since it is great tool.&lt;/p&gt;&#xA;&lt;p&gt;Scenario:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Raise an S3-Object-Create event&lt;/li&gt;&#xA;&lt;li&gt;Publish that event to SNS&lt;/li&gt;&#xA;&lt;li&gt;Subscribe to that event with a Lambda&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;As picture this would look like this:&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
