skip to Main Content

TypeError: command.resolveMiddleware is not a function AWS Lambda Javascript V3 – Amazon Web Sevices

I'm trying to programmatically upload a secret to an AWS Secret Manager instance using "@aws-sdk/client-secrets-manager": "^3.299.0", but I am continuously getting an error. I have followed the documentation here: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/getsecretvaluecommand.html I'm using Typescript version 5.0.2 and Node 18.x as runtime,…

VIEW QUESTION
Back To Top
Search