amazon web services – Implementing AWS Lambda Version 3 with @aws-sdk/client-s3: Testing Locally with Serverless-Offline
I am currently implementing version 3 of AWS Lambda, specifically this one: www.npmjs.com/package/@aws-sdk/client-lambda/v/3.16.0. This is to optimize the size of my Lambdas.
I have noticed that its implementation is quite different from version 2 with the entire AWS SDK.
I’m wondering if it’s still possible to test these Lambdas locally with the new version?
If so, is it still possible with serverless-offline?
Thank you in advance for your responses.
Doublon
Read more here: Source link
