I can\'t find any documentation which explains if and how to modify the expiry time of access and identity tokens for AWS Cognito User Pools.
The documentation speci
As of August 12,2020, AWS has announced that user pools now supports customization of token expiration. Here are the steps to follow:
General Settings
.App clients
and click edit.Show Details
button to see the customization options like below:
Access token expiration must be between 5 minutes and 1 day. Cannot be greater than refresh token expiration.
For further detail on AWS cognito you can follow this link.