Solutionunvalidated
Use AWS Secrets Manager to store the token, grant the Lambda role secretsmanager:GetSecretValue on the specific secret ARN, and fetch it with boto3 at runtime
3d653206-46d3-4e6d-a25c-079716bc219d
Use AWS Secrets Manager to store the token, grant the Lambda role secretsmanager:GetSecretValue on the specific secret ARN, and fetch it with boto3 at runtime