にマージmodule/awsm.json
するのに問題がありresources-cf.json
ます。私がしようとしているものはそれらをマージしません。ここに私のステップがあります
jaws project create
cd new-project-name
jaws module create greetings hello
greetings/awsm.json
追加LambdaIamPolicyDocumentStatements
とリソースを変更します。に似ていhttps://github.com/dekz/awsm-users/blob/master/awsm.json
ます。
" jaws deploy resources
" は雲の形成を更新せず、生成する -
JAWS: Resources Deployer "dev": Deploying resources to region "us-west-2"...
JAWS: Resources Deployer "dev - us-west-2": Performing Cloudformation stack update. This could take a while depending on how many resources you are updating...
JAWS: Resources Deployer "dev - us-west-2": Cloud formation stack update failed because of the following error...
{ [ValidationError: No updates are to be performed.]
cause:
{ [ValidationError: No updates are to be performed.]
message: 'No updates are to be performed.',
code: 'ValidationError',
time: Sun Oct 11 2015 00:13:53 GMT-0700 (MST),
statusCode: 400,
retryable: false,
retryDelay: 30 },
isOperational: true,
code: 'ValidationError',
time: Sun Oct 11 2015 00:13:53 GMT-0700 (MST),
statusCode: 400,
retryable: false,
retryDelay: 30 }
ラムダとエンドポイントを再デプロイしても、クラウド形成リソースは更新されません。
resources-cf.json
変更を に取得して AWS に適用するための適切なプロセスは何ですか?