sparse-intern-71089
04/29/2022, 4:59 PMbillowy-army-68599
package.json
and the output of pulumi plugin ls
kind-keyboard-17263
04/29/2022, 5:44 PMNAME KIND VERSION SIZE INSTALLED LAST USED
aws resource 5.3.0 368 MB n/a 1 day ago
aws resource 5.2.0 368 MB n/a 3 days ago
aws resource 4.38.1 350 MB n/a 2 hours ago
aws-apigateway resource 0.0.6 171 MB n/a 2 hours ago
docker resource 3.2.0 40 MB n/a 1 day ago
TOTAL plugin cache size: 1.3 GB
kind-keyboard-17263
04/29/2022, 5:44 PM{
"name": "store_event",
"devDependencies": {
"@types/node": "^14"
},
"dependencies": {
"@pulumi/aws": "^5.0.0",
"@pulumi/aws-apigateway": "0.0.6",
"@pulumi/awsx": "^0.40.0",
"@pulumi/cloud": "^0.30.1",
"@pulumi/cloud-aws": "^0.30.1",
"@pulumi/pulumi": "^3.0.0"
}
}
kind-keyboard-17263
04/29/2022, 5:44 PMbillowy-army-68599
pulumi stack output
show? everything looks okay nowkind-keyboard-17263
04/30/2022, 6:46 AM[nix-shell:~/dev/lvtia/aws/aws_ts]$ pulumi stack output
Please choose a stack: dev
Current stack outputs (0):
No output values currently in this stack
Can it be that during a few tests the AWS env got corrupted (and there I mean in full desync with pulumi stack) ?kind-keyboard-17263
04/30/2022, 10:04 AMkind-keyboard-17263
04/30/2022, 10:04 AMbillowy-army-68599
pulumi plugin rm -a
then start again by reinstalling the your node moduleskind-keyboard-17263
04/30/2022, 7:47 PMkind-keyboard-17263
04/30/2022, 8:58 PM