All Projects → lucamezzalira → webpack-aws-lambda

lucamezzalira / webpack-aws-lambda

Licence: other
AWS Lambda that runs webpack and output the bundle.js file

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to webpack-aws-lambda

Serverless Express
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Stars: ✭ 4,265 (+35441.67%)
Mutual labels:  aws-lambda, api-gateway, node-js
Serverless Es Logs
A Serverless plugin to transport logs to ElasticSearch
Stars: ✭ 51 (+325%)
Mutual labels:  aws-lambda, api-gateway, amazon-web-services
Athena Express
athena-express makes it easier to execute SQL queries on Amazon Athena by chaining together a bunch of methods in the AWS SDK. This allows you to execute SQL queries AND fetch JSON results in the same synchronous call - well suited for web applications.
Stars: ✭ 111 (+825%)
Mutual labels:  aws-lambda, node-js, amazon-web-services
demo-serverless-aspnetcore
ASP.Net Core 3.1 on AWS Lambda demo
Stars: ✭ 22 (+83.33%)
Mutual labels:  aws-lambda, api-gateway
Autospotting
Saves up to 90% of AWS EC2 costs by automating the use of spot instances on existing AutoScaling groups. Installs in minutes using CloudFormation or Terraform. Convenient to deploy at scale using StackSets. Uses tagging to avoid launch configuration changes. Automated spot termination handling. Reliable fallback to on-demand instances.
Stars: ✭ 2,014 (+16683.33%)
Mutual labels:  aws-lambda, amazon-web-services
Aws Csa Notes 2018
My AWS Certified Solutions Architect Associate Study Notes!
Stars: ✭ 167 (+1291.67%)
Mutual labels:  aws-lambda, amazon-web-services
Serverless Architectures Aws
The code repository for the Serverless Architectures on AWS book
Stars: ✭ 120 (+900%)
Mutual labels:  aws-lambda, api-gateway
Yoyo
A dead simple comment engine built on top of AWS lambda and React, alternative comment service to Disqus.
Stars: ✭ 210 (+1650%)
Mutual labels:  aws-lambda, api-gateway
Ssm Cache Python
AWS System Manager Parameter Store caching client for Python
Stars: ✭ 177 (+1375%)
Mutual labels:  aws-lambda, amazon-web-services
Apilogs
Easy logging and debugging for Amazon API Gateway and AWS Lambda Serverless APIs
Stars: ✭ 216 (+1700%)
Mutual labels:  aws-lambda, api-gateway
super-serverless-sample
Backend serverless que simula o sistema de votação do BBB
Stars: ✭ 30 (+150%)
Mutual labels:  aws-lambda, api-gateway
Zappa
Serverless Python
Stars: ✭ 11,859 (+98725%)
Mutual labels:  aws-lambda, api-gateway
Serverless Next.js
⚡ Deploy your Next.js apps on AWS Lambda@Edge via Serverless Components
Stars: ✭ 2,977 (+24708.33%)
Mutual labels:  aws-lambda, api-gateway
Serverless Aws Alias
Alias support for Serverless 1.x
Stars: ✭ 171 (+1325%)
Mutual labels:  aws-lambda, api-gateway
Aws Appsync Rds Aurora Sample
An AWS AppSync Serverless resolver for the Amazon Aurora relational database.
Stars: ✭ 122 (+916.67%)
Mutual labels:  aws-lambda, amazon-web-services
Serverless Sinatra Sample
Demo code for running Ruby Sinatra on AWS Lambda
Stars: ✭ 195 (+1525%)
Mutual labels:  aws-lambda, api-gateway
shim
HTTP Handler shim for Go projects running on AWS Lambda
Stars: ✭ 64 (+433.33%)
Mutual labels:  aws-lambda, api-gateway
nestjs-graphql-serverless
Boilerplate for using NestJS with GraphQL (Code-First) on serverless environment (AWS Lambda)
Stars: ✭ 64 (+433.33%)
Mutual labels:  aws-lambda, api-gateway
mangum-cli
CLI tools for use with Mangum
Stars: ✭ 14 (+16.67%)
Mutual labels:  aws-lambda, api-gateway
Hello Lambda
🔥 An example of a Python (AWS) Lambda exposed with API Gateway, configured with Terraform.
Stars: ✭ 114 (+850%)
Mutual labels:  aws-lambda, api-gateway

webpack-aws-lambda

AWS Lambda that runs webpack and output the bundle.js file

Lambda preparation process

First thing after cloning the project you need to run npm update in order to get the projet dependencies.
Remember that all the npm modules needs to be relative to the project and not global. After that you will be able to package your projects (only the files inside the project folder, not the parent folder) and upload to AWS Lambda.

AWS Lambda configuration

alt text

Live example

At this link you can find the Webpack bundle output returned from a Lambda exposed via API Gateway

it takes a while to get the response (around 15s when Lambda is cold)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].