You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#23 Fixed an issue with serverless method casing and added support for the '.' character in the handler's path (thanks @mridang) #32 Added an option to encrypt cache data (thanks @willfarrell)
#26 Fixed issue where caching could not be applied to an endpoint with a path parameter containing underscores. Also fixed issue where, if one endpoint could not be found in the compiled CloudFormation template, no other subsequent endpoint would have their caching parameter settings updated.
#17 Fixed issue where path parameters weren't being configured on functions with names substrings of other functions. For example, if there was a function named catpaw and a function named paw, path parameters were not configured for the paw function.
#13 No longer setting that path parameters are required on request validation. If that has been set by something else - for instance, via the Resources section in serverless.yml or via another plugin - the value is kept.