rurri / serverless-resources-env

Serverlss framework plugin, which after a deploy, fetches cloudformation resource identifiers and sets them on AWS lambdas, and creates local ./.serverless-resources-env/.<region>_<stage>_<function-name> file
MIT License
20 stars 7 forks source link

Warning: Invalid configuration encountered (unrecognized property 'custom') #16

Open zommerfelds opened 9 months ago

zommerfelds commented 9 months ago

I'm getting a warning for the custom property in my function.

Warning: Invalid configuration encountered
  at 'functions.contact': unrecognized property 'custom'

Everything is working fine, but it would be nice if this plugin could somehow tell Serverless that this is expected.

My package info:

        "serverless": "^3.36.0",
        "serverless-finch": "^4.0.3",
        "serverless-resources-env": "^0.3.1",