Skip to content

Commit

Permalink
update aws blog
Browse files Browse the repository at this point in the history
  • Loading branch information
dronavallipranav committed Sep 14, 2023
1 parent 023dbb8 commit 85a30af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/posts/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: What inspired me to migrate from Netlify to AWS. The challnges I fa

## The Problem

The need for migration all started when I was simply building a chatbot about myself with a serverless backend using Netlify's serverless functions. The backend worked fine locally, but when I tried to deploy my site, I kept getting an error on Netlify’s build process: "maximum call stack exceeded". After doing some research online, I figured out it was either a recursive element in my code or possibly an issue with a dependency, maybe some circular dependency issue (hint hint).
The need for migration all started when I was building a chatbot about myself using Netlify's serverless functions. The backend worked fine locally, but when I tried to deploy my site, I kept getting an error on Netlify’s build process: "maximum call stack exceeded". After doing some research online, I figured out it was either a recursive element in my code or possibly an issue with a dependency, maybe some circular dependency issue (hint hint).

I made a post on Netlify's forums to ask for help with the bug. While they acknowledged the issue, a solution wasn’t immediately available. I knew Netlify's serverless functions were built on AWS Lambda, and so I decided that this might be a good time to migrate to AWS. I thought I'd be able to fix this problem myself and get more detailed error logs on the issue I was facing. Little did I know, it would be much more difficult than I orginally imagined.

Expand Down

0 comments on commit 85a30af

Please sign in to comment.