0.2.0
New Features
-
All parameters under
custom : wso2apim
now supports Serverless variables syntax. -
backend.http.certChain
property now accepts certificate chain in two formats:- AWS ACM Certificat ARN (e.g. arn:aws:acm:...)
- local file (e.g. file://certs/abc.cer) relatively from where serverless.yml file is located
-
Supports management of backend digital certificates.
-
Improved logging & error handling.
Changes since last release
-
Usage of commands
sls deploy
will deploy API definitions (and backend certificates associated) in WSO2 API Manager along with your other Serverless resourcessls info
will list the deployment status of API definitions in WSO2 API Managersls remove
will remove API definitions (and backend certificates associated) in WSO2 API Manager- Motivation is to keep it aligned with how serverless commands are widely used.
-
Arrangement within serverless.yml
- The entire parameters block
apidefs
has been moved undercustom:wso2apim
- The entire parameters block