serverless-components / express

⚡ Take existing Express.js apps and host them easily on cheap, auto-scaling, serverless infrastructure (AWS Lambda and AWS HTTP API).
https://serverless.com/components
Apache License 2.0
375 stars 34 forks source link

How to set Lambda@Edge configuration? #73

Open tanaydpatel opened 3 years ago

tanaydpatel commented 3 years ago

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 Express serverless-component?

Thanks.