Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help with filtering in Python
Post: RE: Help with filtering in Python

import boto3 client = boto3.client('cognito-idp') def user_pool(): response = client.list_user_pools( NextToken="PaginationKeyType", MaxResults=20 )
Junes786 General Coding Help 2 93,022 Jun-05-2019, 08:10 AM
    Thread: Help with filtering in Python
Post: Help with filtering in Python

Hi, i am new to python and trying to learn a new language. I am attempting to filter some output, but can't get my head around the syntax. def filter_user_pools(): listpools = client.list_user_pools...
Junes786 General Coding Help 2 93,022 Jun-03-2019, 02:19 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020