我想在 serverless.yml 文件中为 AWS Lambda 函数名称添加别名。喜欢;
functions:
pushContent:
handler: src/function/pushContent/index.handler
role: pushContentRole
**aliasName: pushContentAlias**
有可能吗?我找不到怎么做。谢谢
我想在 serverless.yml 文件中为 AWS Lambda 函数名称添加别名。喜欢;
functions:
pushContent:
handler: src/function/pushContent/index.handler
role: pushContentRole
**aliasName: pushContentAlias**
有可能吗?我找不到怎么做。谢谢