Skip to content

Commit

Permalink
Remove completed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswilty committed Apr 25, 2024
1 parent f019164 commit 8589137
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cloud/lib/api-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,5 @@ export class ApiStack extends Stack {
recordName: apiDomainName,
target: RecordTarget.fromAlias(new LoadBalancerTarget(loadBalancer)),
});

// TODO
// In UI code
// - make cognito/amplify auth opt-in via env flag
// https://docs.amplify.aws/javascript/build-a-backend/auth/manage-user-session/#update-your-token-saving-mechanism
}
}

0 comments on commit 8589137

Please sign in to comment.