Kyle Ueckermann
Kyle Ueckermann
# Description In the serverless cli docs it specifies that by using **-c** you can specify an alternative deployment file. If I try to specify a file I get `"service"...
# Description When trying to use ${...} to input dynamic variables into my serverless.yml it does not parse them. ## Additional Data Using `stage: ${opt:stage, 'dev'}` in my yml file...
# Description When trying to deploy a serverless component with `serverless deploy` using a javascript file for inputs, it fails with `"service" property is missing in serverless.js`. I have tested...
It doesnt seem to be possible to define a base path for a domain in serverless.yml. This would be great since currently, I need to do it manually.
TL;DR parseParameters shouldn't write a error level log for failure to JSON parse an arg. Make it debug level. --- parseParameters works fine if you are sending your chaincode arguments...
When using API Gateway (v2 payload) with a custom domain and base path mapping, for example `api.example.com/v1`, where api.example.com is the custom domain and v1 is the base path, API...