You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like serverless-jetpack doesn't support the serverless 3 config properly yet. In particular we need support for "patterns" rather than "include/exclude".
The side effect is that ADL boilerplate lambdas bundle zips are including the .adl staging directory for some reason and are 1 MB each rather than only a few KB.
The side effect of this is that we have to have an exception to inject severless 2.x style config if serverless-jetpack is in use.
We should keep an eye on when serverless 3 support lands so that serverless-jetpack users can benefit from the reduced bundle size that the other bundlers get.
The text was updated successfully, but these errors were encountered:
Seems like serverless-jetpack doesn't support the serverless 3 config properly yet. In particular we need support for "patterns" rather than "include/exclude".
The side effect is that ADL boilerplate lambdas bundle zips are including the.adl
staging directory for some reason and are 1 MB each rather than only a few KB.The side effect of this is that we have to have an exception to inject severless 2.x style config if serverless-jetpack is in use.
FormidableLabs/serverless-jetpack#208
We should keep an eye on when serverless 3 support lands so that serverless-jetpack users can benefit from the reduced bundle size that the other bundlers get.
The text was updated successfully, but these errors were encountered: