在无服务器框架中,我想将部署存储桶设置为
- -
我可以使用自定义变量来获得舞台,例如:
custom: stage: ${opt:stage, self:provider.stage}
但是我如何获得aws帐户ID?我已经尝试使用serverless-pseudo-parameters,如下所示,但没有成功。
custom: account_id: #{AWS::AccountId} plugins: - serverless-pseudo-parameters
有人可以帮助我将帐户ID设置为自定义变量吗?