SaaSHub helps you find the best software and product alternatives Learn more →
Serverless-webpack Alternatives
Similar projects and alternatives to serverless-webpack
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
-
-
-
Knex
A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
-
serverless-application-model
The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
-
-
-
-
lambda-layer-sharp
An AWS Lambda Layer for the Sharp node module. Automatically published on updates.
-
-
-
-
serverless-bundle
Optimized packages for ES6 and TypeScript Node.js Lambda functions without any configuration.
-
github-action
:zap::octocat: A Github Action for deploying with the Serverless Framework (by serverless)
-
-
serverless-dynamodb-local
Serverless Dynamodb Local Plugin - Allows to run dynamodb locally for serverless
-
serverless-externals-plugin
Package only external modules, and let Rollup bundle all the other modules.
-
-
serverless-prisma-esm
Transpiling pure ESM npm packages with Webpack, Serverless Framework and Prisma
serverless-webpack discussion
serverless-webpack reviews and mentions
-
Using pure ESM npm packages in serverless-webpack bundles
Since I was using serverless-webpack along with Prisma's serverless-webpack-prisma helper, this meant a bit of extra Webpack config setup to get it all using the same module syntax without the usual dreaded 'Unexpected token export' or import error from Node.
-
Migrating a classic Express.js to Serverless Framework
As you can see in the above handler.js file, we're getting CommonJS instead of modern JavaScript or TypeScript. To get these, you need webpack or some other bundler. serverless-webpack exists if you want full control over your ecosystem, but there is also serverless-bundle that gives you a set of reasonable defaults on webpack 4 out of the box. We opted into this option to get us started quickly.
-
Running a scalable & reliable GraphQL endpoint with Serverless
cd app-backend/dynamodb yarn install To test the GraphQL endpoint locally on my machine, I’m using these three plugins for the Serverless Framework: Serverless Offline, Serverless Webpack and Serverless DynamoDB Local.
-
How we keep our Serverless deploy times short and avoid headaches
Serverless Webpack
-
Package your NodeJS Lambda functions individually with esbuild for faster cold-start times
The serverless framework supports an excellent workflow with the serverless-webpack plugin to package your functions individually with webpack. For AWS SAM, it's probably worth checking out the aws-sam-webpack-plugin, but I've found it far simpler to configure esbuild to perform the same task.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Oct 2024
Stats
serverless-heaven/serverless-webpack is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of serverless-webpack is JavaScript.
Popular Comparisons
- serverless-webpack VS esbuild
- serverless-webpack VS serverless-jetpack
- serverless-webpack VS serverless-plugin-tree-shake
- serverless-webpack VS lambda-layer-sharp
- serverless-webpack VS chrome-aws-lambda
- serverless-webpack VS Knex
- serverless-webpack VS serverless-offline
- serverless-webpack VS aws-sam-webpack-plugin
- serverless-webpack VS webpack-node-externals
- serverless-webpack VS lodash