As per documentation we can use ${opt:} by declaring in serverless.yaml

Documentation says,
It is valid to use the empty string in place of some_option. This looks like “${opt:}” and the result of declaring this in your serverless.yml is to embed the complete options object, can you please provide any example to use this feature