file?) in another lambda function and just call it internally when required?
I was reimplementing a nodejs lambda function that made a network call to fetch information about an IP. My client wanted me to write equivalent golang code that doesn't makes that Network call by embedding the database and doing local lookups.
this would defeat the purpose.
Обсуждают сегодня