<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Developer on Importunate</title>
    <link>https://importunate-dev.github.io/series/developer/</link>
    <description>Recent content in Developer on Importunate</description>
    <generator>Hugo</generator>
    <language>ko</language>
    <lastBuildDate>Fri, 05 Jun 2026 00:00:00 +0900</lastBuildDate>
    <atom:link href="https://importunate-dev.github.io/series/developer/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>고객 테이블에 적립금 컬럼을 추가할까, 테이블을 분리할까?</title>
      <link>https://importunate-dev.github.io/posts/2026-06-05-developer/</link>
      <pubDate>Fri, 05 Jun 2026 00:00:00 +0900</pubDate>
      <guid>https://importunate-dev.github.io/posts/2026-06-05-developer/</guid>
      <description>수억 행에 달하는 테이블에 데이터 추가하기</description>
    </item>
    <item>
      <title>LocalStack을 이용해 로컬에서 AWS 구동시키기</title>
      <link>https://importunate-dev.github.io/posts/2025-12-19-developer251219/</link>
      <pubDate>Fri, 19 Dec 2025 00:00:00 +0900</pubDate>
      <guid>https://importunate-dev.github.io/posts/2025-12-19-developer251219/</guid>
      <description>&lt;h1 id=&#34;로컬-웹훅-테스트-환경&#34;&gt;로컬 웹훅 테스트 환경&lt;/h1&gt;
&lt;p&gt;로컬 개발 환경에서 AWS를 이용하는 전체 웹훅 플로우를 테스트할 수 있는 환경을 구축함&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id=&#34;개요&#34;&gt;개요&lt;/h2&gt;
&lt;h3 id=&#34;배경&#34;&gt;배경&lt;/h3&gt;
&lt;p&gt;운영 환경의 웹훅 처리 플로우:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;div style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;
&lt;table style=&#34;border-spacing:0;padding:0;margin:0;border:0;&#34;&gt;&lt;tr&gt;&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;&#34;&gt;
&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td style=&#34;vertical-align:top;padding:0;margin:0;border:0;;width:100%&#34;&gt;
&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Cafe24 → Django → SQS → EventBridge Pipes → Step Functions → Lambda → ElastiCache
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;이 플로우를 로컬에서 테스트하기 어려웠던 이유:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Lambda 함수가 ElastiCache(AWS)에만 접근 가능&lt;/li&gt;
&lt;li&gt;LocalStack Free에서 EventBridge Pipes 미지원&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;해결-방법&#34;&gt;해결 방법&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;LocalStack을 활용한 하이브리드 아키텍처:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;웹훅 처리 → LocalStack (Step Functions + Lambda)&lt;/li&gt;
&lt;li&gt;기타 AWS 서비스 (SQS, S3) → 실제 AWS 유지&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;-핵심-개념-localstack과-endpoint-url&#34;&gt;💡 핵심 개념: LocalStack과 Endpoint URL&lt;/h2&gt;
&lt;p&gt;이 프로젝트는 &lt;strong&gt;하이브리드 클라우드 환경&lt;/strong&gt;을 구성하기 위해 LocalStack과 &lt;code&gt;endpoint_url&lt;/code&gt; 개념을 적극적으로 사용합니다.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redis Connection closed by server 오류</title>
      <link>https://importunate-dev.github.io/posts/2025-12-18-developer251218/</link>
      <pubDate>Thu, 18 Dec 2025 00:00:00 +0900</pubDate>
      <guid>https://importunate-dev.github.io/posts/2025-12-18-developer251218/</guid>
      <description>좀비 커넥션과 retry</description>
    </item>
    <item>
      <title>업스트림(Upstream)과 다운스트림(Downstream)</title>
      <link>https://importunate-dev.github.io/posts/2025-11-21-developer251121/</link>
      <pubDate>Fri, 21 Nov 2025 00:00:00 +0900</pubDate>
      <guid>https://importunate-dev.github.io/posts/2025-11-21-developer251121/</guid>
      <description>데이터의 흐름</description>
    </item>
    <item>
      <title>Google Search Console 색인 등록 문제 해결법</title>
      <link>https://importunate-dev.github.io/posts/2024-03-18-developer240318/</link>
      <pubDate>Mon, 18 Mar 2024 00:00:00 +0900</pubDate>
      <guid>https://importunate-dev.github.io/posts/2024-03-18-developer240318/</guid>
      <description>SEO</description>
    </item>
    <item>
      <title>AWS 백서 : AWS 서비스 알아보기</title>
      <link>https://importunate-dev.github.io/posts/2024-01-31-study240131/</link>
      <pubDate>Wed, 31 Jan 2024 00:00:00 +0900</pubDate>
      <guid>https://importunate-dev.github.io/posts/2024-01-31-study240131/</guid>
      <description>초안</description>
    </item>
  </channel>
</rss>
