在尝试安装MoonMail时,我运行了以下命令:
sls resources deploy我得到了以下错误:
/usr/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: [ScheduledEmailsTable, AttachSenderTopic, SentEmailsTable, SendCampaignTopic, PrecompileEmailTopic, AttachRecipientsTopic, CampaignsTable, TemplatesTable, AttachListRecipientsTopic, RecipientsTable, AutomationActionsTable, ClicksReportTable, UnsubscribedRecipientTopic, LinksTable, ExpertsTable, UpdateUserReputationTopic, EmailNotificationsTopic, OpensStream, UpdateCampaignTopic, OpensTable]. . Delete requested by user.我已经尝试为IAM用户提供admin访问权限,但不幸的是没有帮助。
发布于 2017-09-11 19:17:39
转到您的亚马逊网络服务仪表板,CloudFormation部分,并选择您要部署项目的堆栈。您将准确地看到阻止您创建堆栈的错误,当涉及到CloudFormation时,无服务器错误并不是真正的描述性错误
https://stackoverflow.com/questions/44721150
复制相似问题