Configuration warning unrecognized property 'caching'
See original GitHub issueWith the property caching inside like this one:
companies:
handler: src/index.companiesHandler
events:
- http:
path: '{version}/companies'
method: ANY
cors:
origin: "*"
headers: ${self:custom.allowed-headers}
allowCredentials: true
private: false
caching:
enabled: true #false
ttlInSeconds: 120 #3600
cacheKeyParameters:
- name: request.querystring.regionId
- name: request.querystring.skip
- name: request.querystring.take
- name: request.querystring.filterName
- name: request.querystring.filterValue
The Service configuration validation throws Configuration warning unrecognized property ‘caching’. According to service configuration validation page: Configuration related to external plugin does not have an associated JSON Schema. In such cases, please report the issue with the plugin author and provide them the details on how to extend validation schema in order to permanently correct the issue.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Serverless Configuration warning at 'functions.app.events[0]'
The issue is indeed indentation. The indentation on this is weird so I will explain it below. Every · is a space:
Read more >Serverless plugin which configures API Gateway caching
You can configure how to handle unauthorized requests to invalidate a cache key using the options: Ignore - ignores the request to invalidate...
Read more >Server-side caching - Apollo GraphQL Docs
When Apollo Server resolves an operation, it calculates the result's correct cache behavior based on the most restrictive settings among the result's fields ......
Read more >Troubleshoot ArcGIS Data Store—ArcGIS Enterprise
Extended error message: Failed to configure tile cache data store. Extended error message: Internal Server Error. Configuring a relational data store on a ......
Read more >CAS - Service Management - Apereo Blog
With an empty cache, authentication requests from applications might not be immediately ... The following settings and properties are available from the CAS ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released v1.5.2.
@DianaIonita thats good wait for the update!