aws-sam-webpack-plugin icon indicating copy to clipboard operation
aws-sam-webpack-plugin copied to clipboard

A Webpack plugin to replace the build step for SAM CLI

Results 20 aws-sam-webpack-plugin issues
Sort by recently updated
recently updated
newest added

In [README.md](https://github.com/StackToolbox/aws-sam-webpack-plugin/blob/develop/README.md), we are given an example `tsconfig.json` for setting this project up with Typescript. Inside that config file, the module type is set as follows: `"module": "commonJS"` However, according...

It wasn't clear to me immediately how the options should be passed. I initially thought they would maybe go in as command line options. But then I discovered the constructor...

Note: the link seems to redirect to https://www.richdevelops.dev/blog/building-apps-with-sam-typescript-and-vs-code-debugging. In the spirit of minimal change though, all that seemed to be required was adding the dash between "vs" and "code". I...

See: #8 This PR adds support for local nested applications which has worked on a number of our projects. The approach was experimental and may need refining - any feedback...

Currently I have `npm run watch` set to run `webpack-cli -w` and my `webpack.config.js` is the same as the one shown at the beginning of the README here on Github....

Standard `sam build` seems to have pretty bad support for nested applications. It would be really good if this plugin could build all of the stacks at once.

enhancement

It looks like [VS Code 1.60.0](https://code.visualstudio.com/updates/v1_60#_javascript-debugging) has made changes that have broken debugging. This needs to be fixed.

bug

I started a project with this plugin, it works great with normal routes but when i added apollo-server-lambda to the project firstly i got a whole bunch of warnings during...

question