I'm my project I'm using @aws-sdk/client-cloudwatch-logs and @aws-sdk/client-ssm, both as devDependencies as they're already included in the AWS Lambda environment. Even though webpack compiles and packages correctly my index.js file, I'm seeing all these auto-generated files outside my .aws-sam folder. How can I fix this and why are being generated?
I'm my project I'm using
@aws-sdk/client-cloudwatch-logs
and@aws-sdk/client-ssm
, both asdevDependencies
as they're already included in the AWS Lambda environment. Even though webpack compiles and packages correctly myindex.js
file, I'm seeing all these auto-generated files outside my.aws-sam
folder. How can I fix this and why are being generated?