<?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>DEV Community: Lea Malkki</title>
    <description>The latest articles on DEV Community by Lea Malkki (@malkki).</description>
    <link>https://dev.to/malkki</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%2F2502898%2F340aa5b8-5fa1-4acf-8cc3-374a22df1bff.png</url>
      <title>DEV Community: Lea Malkki</title>
      <link>https://dev.to/malkki</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/malkki"/>
    <language>en</language>
    <item>
      <title>AWS Cloudront</title>
      <dc:creator>Lea Malkki</dc:creator>
      <pubDate>Sat, 31 Jan 2026 09:42:20 +0000</pubDate>
      <link>https://dev.to/malkki/aws-cloudront-5fde</link>
      <guid>https://dev.to/malkki/aws-cloudront-5fde</guid>
      <description></description>
    </item>
    <item>
      <title>Cutting Cloud Costs: A Win for Every Developer</title>
      <dc:creator>Lea Malkki</dc:creator>
      <pubDate>Mon, 29 Sep 2025 15:13:15 +0000</pubDate>
      <link>https://dev.to/malkki/cutting-cloud-costs-a-winfor-every-developer-371m</link>
      <guid>https://dev.to/malkki/cutting-cloud-costs-a-winfor-every-developer-371m</guid>
      <description>&lt;p&gt;As an indie developer, I've been tackling the challenge of how to keep cloud costs down without sacrificing the ability to test quickly.&lt;/p&gt;

&lt;p&gt;So I've implemented AWS Fargate Spot capacity into my own testing environment to cut down costs. I've included that capability in Lime Boost.&lt;/p&gt;

&lt;p&gt;Lime Boost is a tool I'm building to let developers get a secure, scalable AWS cloud environment for their Docker containers up and running quickly and easily on AWS ECS Fargate.&lt;/p&gt;

&lt;p&gt;Save up to 70% of your AWS compute costs by using Fargate Spot pricing for your non-critical tasks (e.g. test environments).&lt;br&gt;
Lime Boost handles the complex configuration, letting you focus on building great software and launch faster.&lt;/p&gt;

&lt;p&gt;If you’re tired of the AWS console complexity and want a streamlined, cost-effective way to deploy your containers, check out Lime Boost!&lt;/p&gt;

&lt;p&gt;Check it out at &lt;a href="https://Limeboost.io" rel="noopener noreferrer"&gt;https://Limeboost.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>docker</category>
      <category>aws</category>
      <category>devops</category>
      <category>tooling</category>
    </item>
    <item>
      <title>Terraform vs. Lime Boost</title>
      <dc:creator>Lea Malkki</dc:creator>
      <pubDate>Mon, 08 Sep 2025 05:52:30 +0000</pubDate>
      <link>https://dev.to/malkki/terraform-vs-lime-boost-2e2n</link>
      <guid>https://dev.to/malkki/terraform-vs-lime-boost-2e2n</guid>
      <description>&lt;p&gt;What's the right tool for your cloud infrastructure?&lt;/p&gt;

&lt;p&gt;Terraform is a powerful, flexible, and battle-tested tool for Infrastructure as Code (IaC). It gives you granular control over every aspect of your cloud resources, making it the top choice for complex, bespoke environments and expert DevOps teams.&lt;/p&gt;

&lt;p&gt;But what if you don't need that level of complexity? What if you just need to get things done, fast? That's where Lime Boost comes in.&lt;/p&gt;

&lt;p&gt;We're built for developers and small teams who want the power of AWS without the IaC and AWS learning curve. Lime Boost automates routine tasks like deployment and resource cleanup, so you can focus on building your product, not managing your infrastructure.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbttxj6lx82maizf2tva4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbttxj6lx82maizf2tva4.png" alt=" " width="800" height="186"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>saas</category>
      <category>startup</category>
      <category>terraform</category>
      <category>aws</category>
    </item>
    <item>
      <title>Did you know about Card Testing?</title>
      <dc:creator>Lea Malkki</dc:creator>
      <pubDate>Thu, 24 Jul 2025 06:28:30 +0000</pubDate>
      <link>https://dev.to/malkki/did-you-know-about-card-testing-37fp</link>
      <guid>https://dev.to/malkki/did-you-know-about-card-testing-37fp</guid>
      <description>&lt;p&gt;Card testing is a type of fraud where criminals use automation or bots to test stolen credit card numbers by making small, low-risk transactions.&lt;/p&gt;

&lt;p&gt;When selling software or digital products it’s common to share payment links. These links are convenient but sharing them too openly can be risky. You might think that the link is harmless. That it doesn’t make any harm if someone pays onto my account. Nobody would do that. Why would they?&lt;/p&gt;

&lt;p&gt;Someone can use the link for wrong purposes, test stolen credit cards. What if someone is using your link for that? They might test with 0.1€. Even these small transactions cost you processing fees. What if they are testing thousand cards?&lt;/p&gt;

&lt;p&gt;I want you to know this when you are considering should you copy paste payment link onto your website or is there a safer way to share it. Find out what else you should do to protect your account.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyl9jifqt2s20hgmypzr1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyl9jifqt2s20hgmypzr1.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I'm looking for a co-founder</title>
      <dc:creator>Lea Malkki</dc:creator>
      <pubDate>Mon, 14 Jul 2025 09:20:35 +0000</pubDate>
      <link>https://dev.to/malkki/im-looking-for-a-co-founder-49fh</link>
      <guid>https://dev.to/malkki/im-looking-for-a-co-founder-49fh</guid>
      <description>&lt;p&gt;I'm looking for a co-founder for Lime Boost, SaaS software which deploys AWS infra easily.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://Limeboost.io" rel="noopener noreferrer"&gt;https://Limeboost.io&lt;/a&gt;&lt;/p&gt;

</description>
      <category>startup</category>
      <category>cofounder</category>
      <category>aws</category>
      <category>saas</category>
    </item>
    <item>
      <title>What Is a Co-Founder?</title>
      <dc:creator>Lea Malkki</dc:creator>
      <pubDate>Fri, 11 Jul 2025 13:00:23 +0000</pubDate>
      <link>https://dev.to/malkki/what-is-a-co-founder-1b3k</link>
      <guid>https://dev.to/malkki/what-is-a-co-founder-1b3k</guid>
      <description>&lt;p&gt;The term co-founder gets thrown around all the time in the startup world, but what does it actually mean?&lt;/p&gt;

&lt;p&gt;Can someone join after the MVP and still be a co-founder?&lt;br&gt;
What if one person had the idea, and another built the product?&lt;br&gt;
Or what if someone joins later, but takes on full commitment?&lt;/p&gt;

&lt;p&gt;Technically, a co-founder is someone who starts a company with one or more people. But in real life? It's a little messier and much more human.&lt;/p&gt;

&lt;p&gt;To me, being a co-founder is more than a title. It’s about ownership and responsibility. It’s about showing up when there’s nothing, no product, no revenue, no salary, just belief. Co-founders don’t just join. They carry the vision, build, commit and take a risk. Co-founders are people who say “we’ll figure it out”, and actually do.&lt;/p&gt;

&lt;p&gt;Drop your thoughts. Let’s unpack what co-founder really means in today’s startup world.&lt;/p&gt;

&lt;p&gt;Written by Lea Malkki, indie founder of Lime Boost&lt;/p&gt;

</description>
      <category>startup</category>
      <category>cofounders</category>
      <category>aws</category>
      <category>founder</category>
    </item>
    <item>
      <title>What’s the Easiest Way to Deploy CloudFront + S3 to AWS? Try Lime Boost</title>
      <dc:creator>Lea Malkki</dc:creator>
      <pubDate>Thu, 10 Jul 2025 11:19:48 +0000</pubDate>
      <link>https://dev.to/malkki/whats-the-easiest-way-to-deploy-cloudfront-s3-to-aws-try-lime-boost-3kl</link>
      <guid>https://dev.to/malkki/whats-the-easiest-way-to-deploy-cloudfront-s3-to-aws-try-lime-boost-3kl</guid>
      <description>&lt;p&gt;If you've ever tried to set up a CloudFront distribution + S3 bucket manually in AWS, you know it’s not as “quick and easy” as the docs make it sound.&lt;/p&gt;

&lt;p&gt;Buckets, permissions, Origin Access Control, cache behaviors and then waiting about 15 minutes for a distribution to deploy.&lt;/p&gt;

&lt;p&gt;How about deleting your infrastructure when it’s not needed anymore. Is it easy to do or have you ever thought that you’ll do it a bit later when you’ll have time for that?&lt;/p&gt;

&lt;p&gt;I built Lime Boost to take that pain away.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Lime Boost?
&lt;/h2&gt;

&lt;p&gt;Lime Boost is a developer-first tool that lets you deploy full AWS infrastructure (starting with CloudFront + S3) in minutes. No AWS Console clicking, no Terraform, no CloudFormation.&lt;/p&gt;

&lt;p&gt;Just log in, click "Create Infrastructure", and you're live.&lt;/p&gt;

&lt;h2&gt;
  
  
  What It Deploys?
&lt;/h2&gt;

&lt;p&gt;With one click, Lime Boost:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Creates a new S3 bucket for your static files&lt;/li&gt;
&lt;li&gt;Sets up the proper permissions and bucket policy&lt;/li&gt;
&lt;li&gt;Creates a CloudFront distribution with: Correct origin pointing to S3, Caching behavior, Outputs your public CloudFront URL&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to Try It?
&lt;/h2&gt;

&lt;p&gt;Go to &lt;a href="https://limeboost.io" rel="noopener noreferrer"&gt;https://limeboost.io&lt;/a&gt;&lt;br&gt;
Connect your AWS account, &lt;br&gt;
Upload your build folder (like dist/ from Angular/React/...),&lt;br&gt;
Click "Create Infrastructure",&lt;/p&gt;

&lt;p&gt;Done. Your app is now on CloudFront&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloudfront</category>
      <category>limeboost</category>
      <category>startup</category>
    </item>
    <item>
      <title>I Built Lime Boost So Developers Can Focus on Delivering Real Value</title>
      <dc:creator>Lea Malkki</dc:creator>
      <pubDate>Tue, 08 Jul 2025 12:43:00 +0000</pubDate>
      <link>https://dev.to/malkki/i-built-lime-boost-so-developers-can-focus-on-delivering-real-value-20o2</link>
      <guid>https://dev.to/malkki/i-built-lime-boost-so-developers-can-focus-on-delivering-real-value-20o2</guid>
      <description>&lt;p&gt;As developers, we’re constantly told to "move fast", "ship often" and "focus on value." But in reality, we end up spending hours or days setting up infrastructure, configuring IAM roles, fiddling with VPCs, or debugging AWS permissions. Sound familiar?&lt;br&gt;
That’s why I created Lime Boost.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Problem
&lt;/h3&gt;

&lt;p&gt;Deploying to AWS should be straightforward, but it's not. Even for experienced developers, things like setting up CloudFront, S3, load balancers, ECR, RDS, and making them work securely and reliably takes unnecessary time and cognitive load.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Solution
&lt;/h3&gt;

&lt;p&gt;Lime Boost is a tool that automates AWS infrastructure management for your app: frontends, backends, and databases. You can just push your code and focus on building features.&lt;/p&gt;

&lt;h3&gt;
  
  
  What It Does
&lt;/h3&gt;

&lt;p&gt;Deploy an AWS infrastructure for your app in minutes. Deletes the infra you don't need any more. Give you a clear UI to manage environments.&lt;/p&gt;

&lt;p&gt;The MVP is up and running at &lt;a href="https://limeboost.io" rel="noopener noreferrer"&gt;https://limeboost.io&lt;/a&gt; &lt;br&gt;
You can deploy CloudFront distribution and S3 bucket onto your own AWS account. I’m actively testing with early users.&lt;/p&gt;

&lt;p&gt;If this sounds like something you’ve been missing, try it out or get in touch. I’d love feedback.&lt;/p&gt;

&lt;p&gt;-Lea&lt;/p&gt;

</description>
      <category>limeboost</category>
      <category>aws</category>
      <category>cloudfront</category>
      <category>startup</category>
    </item>
    <item>
      <title>I Built Lime Boost So Developers Can Focus on Delivering Real Value</title>
      <dc:creator>Lea Malkki</dc:creator>
      <pubDate>Tue, 08 Jul 2025 12:43:00 +0000</pubDate>
      <link>https://dev.to/malkki/i-built-lime-boost-so-developers-can-focus-on-delivering-real-value-1nec</link>
      <guid>https://dev.to/malkki/i-built-lime-boost-so-developers-can-focus-on-delivering-real-value-1nec</guid>
      <description>&lt;p&gt;As developers, we’re constantly told to "move fast", "ship often" and "focus on value." But in reality, we end up spending hours or days setting up infrastructure, configuring IAM roles, fiddling with VPCs, or debugging AWS permissions. Sound familiar?&lt;br&gt;
That’s why I created Lime Boost.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Problem
&lt;/h3&gt;

&lt;p&gt;Deploying to AWS should be straightforward, but it's not. Even for experienced developers, things like setting up CloudFront, S3, load balancers, ECR, RDS, and making them work securely and reliably takes unnecessary time and cognitive load.&lt;/p&gt;

&lt;h3&gt;
  
  
  The Solution
&lt;/h3&gt;

&lt;p&gt;Lime Boost is a tool that automates AWS infrastructure management for your app: frontends, backends, and databases. You can just push your code and focus on building features.&lt;/p&gt;

&lt;h3&gt;
  
  
  What It Does
&lt;/h3&gt;

&lt;p&gt;Deploy an AWS infrastructure for your app in minutes. Deletes the infra you don't need any more. Give you a clear UI to manage environments.&lt;/p&gt;

&lt;p&gt;The MVP is up and running at &lt;a href="https://limeboost.io" rel="noopener noreferrer"&gt;https://limeboost.io&lt;/a&gt; &lt;br&gt;
You can deploy CloudFront distribution and S3 bucket onto your own AWS account. I’m actively testing with early users.&lt;/p&gt;

&lt;p&gt;If this sounds like something you’ve been missing, try it out or get in touch. I’d love feedback.&lt;/p&gt;

&lt;p&gt;-Lea&lt;/p&gt;

</description>
      <category>limeboost</category>
      <category>aws</category>
      <category>cloudfront</category>
      <category>startup</category>
    </item>
    <item>
      <title>Startup journey</title>
      <dc:creator>Lea Malkki</dc:creator>
      <pubDate>Thu, 30 Jan 2025 09:25:22 +0000</pubDate>
      <link>https://dev.to/malkki/startup-journey-2c1b</link>
      <guid>https://dev.to/malkki/startup-journey-2c1b</guid>
      <description>&lt;p&gt;”Building in public as a woman founder can transform your visibility and expand your network.” Sarah Anto posted. I’ve heard this earlier so I decided to try. &lt;/p&gt;

&lt;p&gt;Here is part one:&lt;/p&gt;

&lt;p&gt;I was working as a freelance consultant and my previous gig had finished and I didn’t have a new one yet. Time was just before corona started. I spent my working days learning Angular and other tools that interested me. &lt;/p&gt;

&lt;p&gt;I developed some customer application and an invoicing thing just for fun, nothing too serious. I thought that I could deploy my software to AWS cloud to try it out, because it’s so cool and I wanted to know more about it.&lt;/p&gt;

&lt;p&gt;I created an AWS account, that was easy. Hmm, I could create a virtual machine to run my software. But when I started to do that, I couldn’t do anything. What! I didn’t know that everything is denied. You must give permission for yourself to do even smallest thing. This is good, it’s safe. But if you don’t know that, you must start learning. I started to read about AWS account, permissions, S3, EC2…&lt;/p&gt;

&lt;p&gt;My next gig started and I forgot my own project… &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwzta9vcbqlqamio0yepg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwzta9vcbqlqamio0yepg.png" alt=" " width="800" height="390"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>startup</category>
      <category>founder</category>
      <category>womenintech</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
