express
express copied to clipboard
⚡ Take existing Express.js apps and host them easily on cheap, auto-scaling, serverless infrastructure (AWS Lambda and AWS HTTP API).
Hi, I wish to deploy my Express application on Lambda@Edge similar to how `@sls-next/serverless-component` deploys. But I didn't find any configurations setting for this. *How should I enable Lambda@Edge for...
I'm trying to deploy my app using `sls deploy`, but recently, I've started getting this error. ``` $ sls deploy --stage prod --debug Initializing... (node:41224) ExperimentalWarning: The fs.promises API is...
I'm experiencing the same issue described [here](https://github.com/vendia/serverless-express/issues/104). I'd like to test this solution, but right now I'm using this component, and as far as I know it does not provide...
Is there support for customizing the names of functions the express component deploys to include metadata like stage name, etc? The [DynamoDB component](https://github.com/serverless-components/aws-dynamodb#4-configure) supports that by doing something like below...
Is there anyway to use a custom authorizer for the API endpoints of this component (e.g. AWS Cognito)?
We need tags on our lambda's to support extra Datadog tracing information. I've added support to supply these tags.
This is required for typescript projects after v2 of this component, but wasn't included in the webpack template. It was on the tsc component already, it just hadn't been copied...
I am introducing my self to serverless and came here but can't seem to understand what's difference with serverfull deployed to heroku? see i have this code in serverless: ```...
When attempting to use this component with a custom, multi-level subdomain (for example, api.micro-service.widget.co) the deployment fails with the error "The domain name to be created is not covered by...
Since NestJS is a framework built on express, and this project uses `aws-serverless-express` which is supposed to work with any express framework, I was hoping there would be a way...