$ sls print
Serverless Warning --------------------------------------
A valid SSM parameter to satisfy the declaration 'ssm:/path/to/service/myParam' could not be found.
Serverless Warning --------------------------------------
A valid SSM parameter to satisfy the declaration 'ssm:/path/to/service/myParam' could not be found.
service: aws-nodejs
provider:
name: aws
runtime: nodejs8.10
functions:
hello:
handler: handler.hello
custom:
envVar: fallback
optVar: fallback
selfVar: fallback
fileVar: fallback
This is a Bug Report
Description
What went wrong?
${ssm}specifiyes non-existant parameter,sls deployor other command just output warning and continue, instead of throwing error.What did you expect should have happened?
${cf}and${s3}can abort if not found.What was the config you used?
Similar or dependent issues: