Ho problemi a unire il mio module/awsm.json
a resources-cf.json
. Niente di ciò che sto cercando li unirà. Qui sono i miei passiFramework senza server - Come unire le risorse del modulo nella formazione di nuvole
jaws project create
cd new-project-name
jaws module create greetings hello
- modificare
greetings/awsm.json
aggiungendoLambdaIamPolicyDocumentStatements
e risorse. Simile ahttps://github.com/dekz/awsm-users/blob/master/awsm.json
.
"jaws deploy resources
" non aggiorna la formazione di nubi e produce -
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 }
Ridistribuzione del lambda e endpoint non aggiorna le risorse formazione di nubi neanche.
Qual è il processo corretto per ottenere le modifiche nello resources-cf.json
e applicarle su AWS?
Avete mai trovato una soluzione a questo? Grazie! – McStretch
Ho esattamente lo stesso problema.Il cloudformation// /resources-cf.json non viene mai aggiornato anche se aggiorno il file awsm.json del mio modulo personalizzato. Ancora nessuna idea dalla tua parte? –
smad