Amazon web services – error: cannot find module 'aws-sdk' aws lambda
using following function code: 'use strict'; //import { AWS } from "@aws-sdk/client-s3" var AWS = require('aws-sdk'); //import { S3Client, GetObjectCommand } from "@aws-sdk/client-s3" var s3 = new AWS.S3({ apiVersion: '2012–09–25' }); var eltr = new AWS.ElasticTranscoder({ apiVersion: '2012–09–25', region: 'ap-south-1'…