Toby Harris
03/02/2022, 2:23 PM--outputs-file
? (I might well be missing something obvious here)thdxr
03/02/2022, 2:27 PM--outputs-file
and parse thatthdxr
03/02/2022, 2:27 PMToby Harris
03/02/2022, 2:30 PM--outputs-file
param in Seed?
…and what I’m trying to do is set up integration testing, or at least take some steps towards it. e,g, on creation of a PR stage, create a user and hit the API with test data.thdxr
03/02/2022, 2:32 PMToby Harris
03/02/2022, 2:34 PMthdxr
03/02/2022, 2:34 PMToby Harris
03/02/2022, 2:37 PMthdxr
03/02/2022, 2:39 PMthdxr
03/02/2022, 2:39 PMToby Harris
03/02/2022, 2:41 PMToby Harris
03/02/2022, 2:42 PMthdxr
03/02/2022, 2:42 PMToby Harris
03/02/2022, 2:44 PMToby Harris
03/02/2022, 2:45 PMFrank
aws cloudformation describe-stacks --stack-name my-stack --query 'Stacks[0].Outputs[?OutputKey==`MY_KEY`].OutputValue'
Sione
03/03/2022, 9:42 PM---outputs-file
flag to the deploy
command on seed? I would have to run the cloudformation AWS CLI command to get the outputs, right?Frank
Toby Harris
05/25/2022, 11:55 AM