evolv-ai / serverless-offline-edge-lambda

A plugin for the Serverless Framework that simulates the behavior of AWS CloudFront Edge Lambdas while developing offline
Other
13 stars 11 forks source link

Configuration error due to serverless 2.0 upgrade schema validation #235

Closed joquijada closed 3 years ago

joquijada commented 3 years ago

Serverless framework 2.x introduced schema validation. Many plugins have already upgraded their code to remain compatible with SLS 2.0. Won't this plugin do that same please?

 Configuration error: 
       at 'functions.NikolmabdaImgoozr': unrecognized property 'lambdaAtEdge'
       at 'functions.NikolmabdaImgoozrOriginResponse': unrecognized property 'lambdaAtEdge'

Note: You need configValidationMode: error in the top level of your serverless.yml, else this will get reported as a warning instead.

joquijada commented 3 years ago

Sorry opened this issue for the wrong plugin,