<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Aws on Daniel Pomfret</title>
    <link>https://pomfret.uk/tags/aws/</link>
    <description>Recent content in Aws on Daniel Pomfret</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>© Daniel Pomfret</copyright>
    <lastBuildDate>Wed, 08 Feb 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://pomfret.uk/tags/aws/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Optimizing Java for AWS Lambda</title>
      <link>https://pomfret.uk/posts/optimizing-java-for-aws-lambda/</link>
      <pubDate>Wed, 08 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://pomfret.uk/posts/optimizing-java-for-aws-lambda/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://aws.amazon.com/lambda/&#34;&gt;AWS Lambda&lt;/a&gt; is a serverless computing platform that lets you run your code without provisioning or managing servers. Java is one of the supported programming languages for AWS Lambda, which makes it a great choice for many applications. However, to get the best performance from your Java-based AWS Lambda functions, you&amp;rsquo;ll need to follow a few best practices. In this blog post, I&amp;rsquo;ll go over some of the most important optimisation techniques for Java on AWS Lambda.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Disable tests when using AWS SAM Build</title>
      <link>https://pomfret.uk/posts/disable-tests-when-using-aws-sam-build/</link>
      <pubDate>Mon, 09 Jan 2023 00:00:00 +0000</pubDate>
      <guid>https://pomfret.uk/posts/disable-tests-when-using-aws-sam-build/</guid>
      <description>&lt;p&gt;Before I start, disabling tests as part of your build pipeline is bad - I don&amp;rsquo;t recommend it. However, in this scenario, sam builds, especially when running &lt;code&gt;sam sync --watch&lt;/code&gt; can take a bit of time, and the feedback loop (write some code, and quickly see it running) can be several minutes, rather than seconds (which you would normally see when running unit tests etc).&lt;/p&gt;&#xA;&lt;p&gt;So, when running &lt;code&gt;sam sync --watch&lt;/code&gt; you may want to disable running of unit/integration tests to make things faster. I&amp;rsquo;d recommend ensuring unit tests and integration tests are ran somewhere else in your build pipeline.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Penny Saving Challenge using Starling Bank, Lambda and Node</title>
      <link>https://pomfret.uk/posts/penny-saving-challenge-using-starling-bank-lambda-and-node/</link>
      <pubDate>Wed, 08 Jan 2020 00:00:00 +0000</pubDate>
      <guid>https://pomfret.uk/posts/penny-saving-challenge-using-starling-bank-lambda-and-node/</guid>
      <description>&lt;p&gt;I came across a money-saving Challenge called the &amp;lsquo;&lt;strong&gt;1p Challenge&lt;/strong&gt;&amp;rsquo;. Basically you save an amount of money based on the day number in the year.&lt;/p&gt;&#xA;&lt;p&gt;For example, on January the 1st, you would save 1p. Towards the end of the year, say day 365, you would save £3.65&lt;/p&gt;&#xA;&lt;p&gt;As you can imagine, this starts saving small but eventually ramps up so you will save around &lt;strong&gt;£667&lt;/strong&gt; over the year.&lt;/p&gt;&#xA;&lt;p&gt;The problem is, it&amp;rsquo;s incredibly hard to manage yourself. Finding the time or remembering to transfer funds into another account every day is a challenge. So, like most things in my life, I decided to automate it.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
