serverless-express
serverless-express copied to clipboard
Run Express and other Node.js frameworks on AWS Serverless technologies such as Lambda, API Gateway, Lambda@Edge, and more.
I've been testing AWS Lambda + aws-serverless-express + Angular (SSR). _1) Lambda -> aws-serverless-express. 2) Express bootstraps Angular application's 3) During bootstrap process, application fetches resources from CloudFront and other...
Hi, I'm developing a Rest API with Nest.js. I successfully converted it to a monolithic lambda with _aws-serverless-express_ with the next code: ```js const binaryMimeTypes: string[] = ['application/octet-stream']; let cachedServer:...
Hello Team, Our team has hit a BLOCKER in-terms of not being able to escape special characters when used it with ALB. Please find the code here : https://github.com/go2sujeet/nest-lambda-yarn/blob/master/src/lambda.ts LAMBDA...
Hello, I am trying to catch event parameters from Lambda A which invokes Lambda B with event parameter. I was trying to use getCurrentInvoke() at the global level to catch...
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.32 to 0.5.37. Release notes Sourced from moment-timezone's releases. Release 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Changelog Sourced...
basic-starter-api-gateway-v1 % npm run setup > @vendia/[email protected] setup > npm install && (cross-var aws s3api get-bucket-location --bucket $npm_package_config_s3BucketName --region $npm_package_config_region || npm run create-bucket) && npm run package-deploy up to...
I read https://github.com/vendia/serverless-express/issues/481 https://github.com/vendia/serverless-express/issues/134 and https://github.com/vendia/serverless-express/blob/mainline/examples/basic-starter-api-gateway-v2/src/lambda-async-setup.js but I still cannot figure out how to connect to a database (postgres, not from RDS). A minimal example of what I'm trying to...
hyper-express has a similar express api and it's super fast. https://github.com/kartikk221/hyper-express/tree/master
Hi, I'm using this library and I got stuck. I have an API that receives payloads with images. so I sent the image using Postman when running the express locally...
1. template works. I can see resulr on http://localhost:3000/dev/hello. Could you please provide example how to add swagger to it and url, how to open it?