ยทCEO at OEC

NPM AWS S3 packages working?

Hi, I am trying to use the AWS S3 NPM packages with lambda functions, but it's throwing an error. I already troubleshooted in NPM forum, seems to be XANO issue. Keep getting same error. Thanks ๐Ÿ˜•

error: [Line 2:Char 56] Could not resolve "npm:@aws-sdk/[email protected]"
return (async () => {
ย  ย  const { S3Client, PutObjectCommand } = await import("npm:@aws-sdk/[email protected]");
ย  ย  // 1. Configuration

7 replies