2

アプリケーション (NodeJS) を AWS にデプロイするためにサーバーレスを使用しています。昨日まで、合計 55 個のエンドポイントと 4 個の Lambda 関数があり、正常に動作していました。現在、64 個のエンドポイントと 5 個のラムダ関数があり、以下のエラーが発生しました

**The Cloud Formation template is invalid: Template format error: Number of resources, 232, is greater than maximum allowed, 200**

だから私は serverless-nested-stack プラグインを試しました 今、以下のエラーが発生します

**An error occurred: APIStack - Template format error: Number of resources, 221, is greater than maximum allowed, 200**

**An error occurred: LogStack - Embedded stack arn:aws:cloudformation:eu-central-1:943203963451:stack/premierxnew-dev-LogStack-1GT5J43EL92T9/de4913a0-db05-11e7-909b-50a68ae71462 was not successfully c
reated: The following resource(s) failed to create: [AppOtherLogGroup, AppFaqLogGroup, AppUserLogGroup, AppOrderLogGroup, AppEventLogGroup]. .**

この問題を解決する方法を教えてください。

4

1 に答える 1