Andrii Klubuk
Andrii Klubuk
you need to activate ajv-keywords with transform as a keyword
the serverless app repo version is compiled against Amazon Linux 2, and you're most likely running it under an Amazon Linux 1 instance
try to check our test, there is example with correct path ;) Also, to catch out what is happening try to list folders inside runtime, it will help you to...
@leosuncin you can make little pr to set variable name from the configuration ;)
consistent memory leak while bundling @aws-sdk v3
@kuhe @RanVaknin Workaround not working for the parallel getObject + upload requests, after around 100 items fetched/uploaded connection hangs concurrency 20-50 S3 client initialized on lambda start Basically works once...
The problem is still there but in a different shape, right now we receive a bunch of the ``` Socket timed out without establishing a connection within 1000 ms ```...
Describe the bug ``` Error: getaddrinfo EMFILE s3.eu-central-1.amazonaws.com at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) at GetAddrInfoReqWrap.callbackTrampoline (node:internal/async_hooks:128:17) Processing large amounts of data leads to such errors with s3/dynamodb/possible other clients ```...
@RanVaknin hey, just a quick note, any idea on how to organize cross-account communication? Or maybe suitable sample, whenever we have in equation at least 2 aws accounts that share...