<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Mart Laul</title>
    <description>The latest articles on Forem by Mart Laul (@martlaul).</description>
    <link>https://forem.com/martlaul</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F146061%2Fe1fff1cd-208f-40a9-8490-f8ab031637c9.jpg</url>
      <title>Forem: Mart Laul</title>
      <link>https://forem.com/martlaul</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/martlaul"/>
    <language>en</language>
    <item>
      <title>FaaS != Serverless –&gt; discussion</title>
      <dc:creator>Mart Laul</dc:creator>
      <pubDate>Tue, 26 Nov 2019 09:41:21 +0000</pubDate>
      <link>https://forem.com/martlaul/faas-serverless-discussion-2eb0</link>
      <guid>https://forem.com/martlaul/faas-serverless-discussion-2eb0</guid>
      <description>&lt;p&gt;I'm trying to understand more about what the community thinks about serverless and FaaS. Here are my thoughts so far.&lt;/p&gt;

&lt;p&gt;Since the introduction of the AWS Lambda in 2014 the event-driven, serverless computing has always been mentioned hand in hand with FaaS (Function-as-a-Service). However, I believe serverless is far from just being an AWS Lambda function, Azure function or Google Cloud function. It's like a whole ecosystem.&lt;/p&gt;

&lt;p&gt;Serverless seems to be more like a specter where you have many different areas combined together. By analyzing AWS infrastructure, here are some of the services that in my opinion follow the serverless principles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Compute units like &lt;strong&gt;Lambda&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Managed Databases like &lt;strong&gt;DynamoDB&lt;/strong&gt;, (pay-per-use, scaling by the cloud provider)&lt;/li&gt;
&lt;li&gt;File storages like &lt;strong&gt;S3&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Queues like &lt;strong&gt;SQS&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As AWS already takes care of managing and scaling of the services, it is safe to say that these services are part of Serverless. &lt;/p&gt;

&lt;p&gt;Even by looking at simple AWS Lambda &lt;a href="https://dashbird.io/knowledge-base/aws-lambda/use-cases?utm_source=dev.to&amp;amp;utm_medium=article&amp;amp;utm_campaign=knowledge-base&amp;amp;utm_content=aws-lambda"&gt;use cases&lt;/a&gt;, we can see that none of them are only AWS Lambda based – they are combined with either Dynamo, S3, SQS or something similar. &lt;/p&gt;

&lt;p&gt;What else would you consider as serverless? &lt;/p&gt;

</description>
      <category>serverless</category>
      <category>cloud</category>
      <category>aws</category>
      <category>discuss</category>
    </item>
  </channel>
</rss>
