在按照默认说明安装MoonMail时,我得到了这个错误。似乎安装指南已经过时了。你有什么办法解决这个问题吗?
Serverless: WARNING: This variable is not defined: sendCampaignTopicARN
Serverless: WARNING: This variable is not defined: sendEmailsTopicARN
Serverless: WARNING: This variable is not defined: sentEmailsTopicARN
Serverless: WARNING: This variable is not defined: projectBucket
/Users/michael/.node/lib/node_modules/serverless/node_modules/bluebird/js/release/async.js:61
fn = function () { throw arg; };
^
ServerlessError: ServerlessError: An error occurred while provisioning your cloudformation: The following resource(s) failed to create: [AttachSenderTopic, PrecompileCampaignTopic, SentEmailsTable, SendCampaignTopic, PrecompileEmailTopic, AttachRecipientsTopic, ClicksStream, SentEmailsTopic, CampaignsTable, TemplatesTable, FreeUsersSendEmailQueue, UsersTable, IamRoleLambda, AttachListRecipientsTopic, StaticDataBucket, UnsubscribedRecipientTopic, LinksTable, UpdateListImportStatusTopic, EmailAdminsTopic, ListsTable, EmailNotificationsTopic, AttachRecipientsCountTopic, OpensStream, UpdateCampaignTopic, SendEmailsTopic, RecipientsImportS3Bucket, ReportsTable].发布于 2016-12-01 18:57:19
为了部署项目,您必须在适当的s-variables-*.json文件中定义所有这些变量。此外,问题可能出在其他地方。我建议您转到CloudFormation web控制台并检查MoonMail堆栈的事件历史记录,它提供了更多的信息,并且比无服务器的命令行界面更好地了解了它出错的原因。
https://stackoverflow.com/questions/40581965
复制相似问题