StackToolbox / aws-sam-webpack-plugin

A Webpack plugin to replace the build step for SAM CLI
MIT License
147 stars 29 forks source link

Files generated outside .aws-sam folder #95

Open msanandrea opened 2 months ago

msanandrea commented 2 months ago

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?

plugin files