We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876a3e2 commit a487cbfCopy full SHA for a487cbf
packages/serverless/rollup.npm.config.js
@@ -2,6 +2,9 @@ import { makeBaseNPMConfig, makeNPMConfigVariants } from '../../rollup/index.js'
2
3
export default makeNPMConfigVariants(
4
makeBaseNPMConfig({
5
+ // TODO: `awslambda-auto.ts` is a file which the lambda layer uses to automatically init the SDK. Does it need to be
6
+ // in the npm package? Is it possible that some people are using it themselves in the same way the layer uses it (in
7
+ // which case removing it would be a breaking change)? Should it stay here or not?
8
entrypoints: ['src/index.ts', 'src/awslambda-auto.ts'],
9
// packages with bundles have a different build directory structure
10
hasBundles: true,
0 commit comments