Ernie Francis
02/18/2022, 10:09 PMFrank
Frank
const auth = new sst.Auth(...);
this.addOutputs({
USER_POOL_ID: auth.cogitoUserPool.userPoolId,
});
And then if u run sst start
or sst deploy
, the USER_POOL_ID will be printed out in the terminalFrank
.env
file in ur expo app.Frank
Ernie Francis
02/20/2022, 7:30 PMErnie Francis
02/20/2022, 7:31 PMJay