CloudFormationで出会ったエラー集【随時更新】
1192 ワード
Circular dependency between resources: [xx,yy,zz]
循環依存でループになってしまい発生するエラー。
回避するには下記を追記
Transform: AWS::Serverless-2016-10-31
ただ、IAMが関わると少し注意が必要らしい。
Template format error: Every Default member must be a string.
パラメータの値として関数は使えないみたいなので、文字列リテラルにし解決。
また、下記の投稿を見ると関数の引数も文字列リテラルのみ受け付ける様子。
Author And Source
この問題について(CloudFormationで出会ったエラー集【随時更新】), 我々は、より多くの情報をここで見つけました https://qiita.com/mby/items/ef3ad3f346775204d0c6著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .