AWS services moving forward - 3rd party services depreciation


Hi @henna.s

Here is an example of the 2 scripts side by side doing a simple GetObject from S3.

Node.js module takes 5827ms
Built in Go version takes 56ms

So in this case, it’s 104x slower.

Thanks