sns_endpoint_lambda/lambda.py [60:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            response = sns_client.create_platform_endpoint(
                PlatformApplicationArn=SUPPORTED_PLATFORM[mobileOS],
                Token=token,
            )
            device_push_endpoint = response['EndpointArn']
            need_update_ddb = True
        else:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sns_endpoint_lambda/lambda.py [88:94]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                response = sns_client.create_platform_endpoint(
                    PlatformApplicationArn=SUPPORTED_PLATFORM[mobileOS],
                    Token=token,
                )
                device_push_endpoint = response['EndpointArn']
                need_update_ddb = True
            else:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



